#572C76

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

Shades of Kingfisher Daisy #572C76

Tints of Kingfisher Daisy #572C76

Color information

#572C76 (or 0x572C76) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 2C and 76. RGB value is (87,44,118). Sum of RGB (Red+Green+Blue) = 87+44+118=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #572C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572C76 is #A8D389. Grayscale: #414141. Windows color (decimal): -11064202 or 7744599. OLE color: 7744599.

HSL color Cylindrical-coordinate representation of color #572C76: hue angle of 274.86º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572C76 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8744118-
CMYK0.260.6300.54
HSL274.86º45.68%31.76%-
HSV(B)274.86º62.71%46.27%-
XYZ8.15.1417.7-
YUV65.29157.75143.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.94%
GREEN value IS 44 (17.58% from 255) = 17.67%
BLUE value IS 118 (46.48% from 255) = 47.39%
R=34.94%
G=17.67%
B=47.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87441180.260.6300.54274.8645.6831.76
Hex572C761A3F0361132e20
Octal1275416632770664235640
Binary10101111011001110110110101111110110110100010011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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