#572791

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

Shades of Kingfisher Daisy #572791

Tints of Kingfisher Daisy #572791

Color information

#572791 (or 0x572791) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 27 and 91. RGB value is (87,39,145). Sum of RGB (Red+Green+Blue) = 87+39+145=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #572791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572791 is #A8D86E. Grayscale: #414141. Windows color (decimal): -11065455 or 9512791. OLE color: 9512791.

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

Color convert

RGB8739145-
CMYK0.40.7300.43
HSL267.17º57.61%36.08%-
HSV(B)267.17º73.1%56.86%-
XYZ9.775.5227.34-
YUV65.44172.9143.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.10%
GREEN value IS 39 (15.62% from 255) = 14.39%
BLUE value IS 145 (57.03% from 255) = 53.51%
R=32.10%
G=14.39%
B=53.51%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87391450.40.7300.43267.1757.6136.08
Hex572791284902B10b3a24
Octal12747221501110534137244
Binary10101111001111001000110100010010010101011100001011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572791; }

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

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

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

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

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

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

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

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