#592B81

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

Shades of Kingfisher Daisy #592B81

Tints of Kingfisher Daisy #592B81

Color information

#592B81 (or 0x592B81) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 2B and 81. RGB value is (89,43,129). Sum of RGB (Red+Green+Blue) = 89+43+129=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #592B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592B81 is #A6D47E. Grayscale: #424242. Windows color (decimal): -10933375 or 8465241. OLE color: 8465241.

HSL color Cylindrical-coordinate representation of color #592B81: hue angle of 272.09º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #592B81 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8943129-
CMYK0.310.6700.49
HSL272.09º50%33.73%-
HSV(B)272.09º66.67%50.59%-
XYZ8.955.4421.35-
YUV66.56163.24144.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.10%
GREEN value IS 43 (17.19% from 255) = 16.48%
BLUE value IS 129 (50.78% from 255) = 49.43%
R=34.10%
G=16.48%
B=49.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89431290.310.6700.49272.095033.73
Hex592B811F430311103222
Octal13153201371030614206242
Binary1011001101011100000011111110000110110001100010000110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,43,129); }

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

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

 a { background-color: rgb(89,43,129); }

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

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

 span { border-color: rgb(89,43,129); }

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