#572F76

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

Shades of Kingfisher Daisy #572F76

Tints of Kingfisher Daisy #572F76

Color information

#572F76 (or 0x572F76) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 2F and 76. RGB value is (87,47,118). Sum of RGB (Red+Green+Blue) = 87+47+118=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #572F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572F76 is #A8D089. Grayscale: #424242. Windows color (decimal): -11063434 or 7745367. OLE color: 7745367.

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

Color convert

RGB8747118-
CMYK0.260.6000.54
HSL273.8º43.03%32.35%-
HSV(B)273.8º60.17%46.27%-
XYZ8.225.3717.74-
YUV67.05156.75142.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.52%
GREEN value IS 47 (18.75% from 255) = 18.65%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=34.52%
G=18.65%
B=46.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87471180.260.6000.54273.843.0332.35
Hex572F761A3C0361122b20
Octal1275716632740664225340
Binary10101111011111110110110101111000110110100010010101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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