#572491

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

Shades of Kingfisher Daisy #572491

Tints of Kingfisher Daisy #572491

Color information

#572491 (or 0x572491) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 24 and 91. RGB value is (87,36,145). Sum of RGB (Red+Green+Blue) = 87+36+145=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #572491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572491 is #A8DB6E. Grayscale: #3F3F3F. Windows color (decimal): -11066223 or 9512023. OLE color: 9512023.

HSL color Cylindrical-coordinate representation of color #572491: hue angle of 268.07º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #572491 is Cyan = 0.4, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8736145-
CMYK0.40.7500.43
HSL268.07º60.22%35.49%-
HSV(B)268.07º75.17%56.86%-
XYZ9.675.3327.31-
YUV63.68173.9144.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.46%
GREEN value IS 36 (14.45% from 255) = 13.43%
BLUE value IS 145 (57.03% from 255) = 54.10%
R=32.46%
G=13.43%
B=54.10%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87361450.40.7500.43268.0760.2235.49
Hex572491284B02B10c3c23
Octal12744221501130534147443
Binary10101111001001001000110100010010110101011100001100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572491; }

 p { color: rgb(87,36,145); }

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

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

 a { background-color: rgb(87,36,145); }

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

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

 span { border-color: rgb(87,36,145); }

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