#572189

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

Shades of Kingfisher Daisy #572189

Tints of Kingfisher Daisy #572189

Color information

#572189 (or 0x572189) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 21 and 89. RGB value is (87,33,137). Sum of RGB (Red+Green+Blue) = 87+33+137=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #572189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572189 is #A8DE76. Grayscale: #3C3C3C. Windows color (decimal): -11066999 or 8986967. OLE color: 8986967.

HSL color Cylindrical-coordinate representation of color #572189: hue angle of 271.15º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #572189 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8733137-
CMYK0.360.7600.46
HSL271.15º61.18%33.33%-
HSV(B)271.15º75.91%53.73%-
XYZ8.994.9224.14-
YUV61170.89146.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.85%
GREEN value IS 33 (13.28% from 255) = 12.84%
BLUE value IS 137 (53.91% from 255) = 53.31%
R=33.85%
G=12.84%
B=53.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87331370.360.7600.46271.1561.1833.33
Hex572189244C02E10f3d21
Octal12741211441140564177541
Binary10101111000011000100110010010011000101110100001111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572189; }

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

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

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

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

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

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

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

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