#572D84

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

Shades of Kingfisher Daisy #572D84

Tints of Kingfisher Daisy #572D84

Color information

#572D84 (or 0x572D84) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 2D and 84. RGB value is (87,45,132). Sum of RGB (Red+Green+Blue) = 87+45+132=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #572D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572D84 is #A8D27B. Grayscale: #434343. Windows color (decimal): -11063932 or 8662359. OLE color: 8662359.

HSL color Cylindrical-coordinate representation of color #572D84: hue angle of 268.97º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #572D84 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8745132-
CMYK0.340.6600.48
HSL268.97º49.15%34.71%-
HSV(B)268.97º65.91%51.76%-
XYZ9.035.5722.43-
YUV67.48164.41141.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.95%
GREEN value IS 45 (17.97% from 255) = 17.05%
BLUE value IS 132 (51.95% from 255) = 50%
R=32.95%
G=17.05%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87451320.340.6600.48268.9749.1534.71
Hex572D84224203010d3123
Octal12755204421020604156143
Binary10101111011011000010010001010000100110000100001101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,45,132); }

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

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

 a { background-color: rgb(87,45,132); }

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

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

 span { border-color: rgb(87,45,132); }

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