#572991

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

Shades of Kingfisher Daisy #572991

Tints of Kingfisher Daisy #572991

Color information

#572991 (or 0x572991) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 29 and 91. RGB value is (87,41,145). Sum of RGB (Red+Green+Blue) = 87+41+145=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #572991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572991 is #A8D66E. Grayscale: #424242. Windows color (decimal): -11064943 or 9513303. OLE color: 9513303.

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

Color convert

RGB8741145-
CMYK0.40.7200.43
HSL266.54º55.91%36.47%-
HSV(B)266.54º71.72%56.86%-
XYZ9.835.6627.36-
YUV66.61172.24142.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.87%
GREEN value IS 41 (16.41% from 255) = 15.02%
BLUE value IS 145 (57.03% from 255) = 53.11%
R=31.87%
G=15.02%
B=53.11%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87411450.40.7200.43266.5455.9136.47
Hex572991284802B10b3824
Octal12751221501100534137044
Binary10101111010011001000110100010010000101011100001011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572991; }

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

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

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

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

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

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

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

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