#592F80

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

Shades of Kingfisher Daisy #592F80

Tints of Kingfisher Daisy #592F80

Color information

#592F80 (or 0x592F80) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 2F and 80. RGB value is (89,47,128). Sum of RGB (Red+Green+Blue) = 89+47+128=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #592F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592F80 is #A6D07F. Grayscale: #444444. Windows color (decimal): -10932352 or 8400729. OLE color: 8400729.

HSL color Cylindrical-coordinate representation of color #592F80: hue angle of 271.11º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #592F80 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8947128-
CMYK0.300.6300.50
HSL271.11º46.29%34.31%-
HSV(B)271.11º63.28%50.2%-
XYZ9.035.7221.05-
YUV68.79161.41142.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.71%
GREEN value IS 47 (18.75% from 255) = 17.80%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=33.71%
G=17.80%
B=48.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal89471280.300.6300.50271.1146.2934.31
Hex592F801E3F03210f2e22
Octal1315720036770624175642
Binary101100110111110000000111101111110110010100001111101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592F80; }

 p { color: rgb(89,47,128); }

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

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

 a { background-color: rgb(89,47,128); }

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

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

 span { border-color: rgb(89,47,128); }

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