#572C89

Color #572C89 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #572C89

Tints of Kingfisher Daisy #572C89

Color information

#572C89 (or 0x572C89) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 2C and 89. RGB value is (87,44,137). Sum of RGB (Red+Green+Blue) = 87+44+137=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #572C89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572C89 is #A8D376. Grayscale: #434343. Windows color (decimal): -11064183 or 8989783. OLE color: 8989783.

HSL color Cylindrical-coordinate representation of color #572C89: hue angle of 267.74º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #572C89 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8744137-
CMYK0.360.6800.46
HSL267.74º51.38%35.49%-
HSV(B)267.74º67.88%53.73%-
XYZ9.355.6324.26-
YUV67.46167.25141.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 32.46%
GREEN value IS 44 (17.58% from 255) = 16.42%
BLUE value IS 137 (53.91% from 255) = 51.12%
R=32.46%
G=16.42%
B=51.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87441370.360.6800.46267.7451.3835.49
Hex572C89244402E10c3323
Octal12754211441040564146343
Binary10101111011001000100110010010001000101110100001100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572C89; }

 p { color: rgb(87,44,137); }

 H1.HeaderClassName
 {
   color: #572C89;
 }
 .AnyTagClassName
 {
   color: #572C89;
 }
</style>
background-color css

<style>
 a { background-color: #572C89; }

 a { background-color: rgb(87,44,137); }

 div.DivClassName
 {
   background-color: #572C89;
 }
 .BgClassName
 {
   background-color: #572C89;
 }
</style>
border-color css

<style>
 span { border-color: #572C89; }

 span { border-color: rgb(87,44,137); }

 td.TdClassName
 {
   border-color: #572C89;
 }
 .TagClassName
 {
   border-color: #572C89;
 }
</style>