Shades of Kingfisher Daisy #592E81
Tints of Kingfisher Daisy #592E81
RGB
CMYK
RGB Variations
Color information
#592E81 (or 0x592E81) is known color: Kingfisher Daisy. HEX triplet: 59, 2E and 81. RGB value is (89,46,129). Sum of RGB (Red+Green+Blue) = 89+46+129=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #592E81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592E81 is #A6D17E. Grayscale: #444444. Windows color (decimal): -10932607 or 8466009. OLE color: 8466009.
HSL color Cylindrical-coordinate representation of color #592E81: hue angle of 271.08º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #592E81 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 46 | 129 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.49 |
| HSL | 271.08º | 0.47% | 0.34% | - |
| HSV(B) | 271.08º | 0.64% | 0.51% | - |
| XYZ | 9.06 | 5.66 | 21.38 | - |
| YUV | 68.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 129 | 0.31 | 0.64 | 0 | 0.49 | 271.08 | 0.47 | 0.34 |
| Hex | 59 | 2E | 81 | 1F | 40 | 0 | 31 | 10F | 2F | 22 |
| Octal | 131 | 56 | 201 | 37 | 100 | 0 | 61 | 417 | 57 | 42 |
| Binary | 1011001 | 101110 | 10000001 | 11111 | 1000000 | 0 | 110001 | 100001111 | 101111 | 100010 |
Color Harmonies of #592E81
Complementary color
Monochromatic Colors of #592E81
Black with #592E81
Text Example
Text Example
White with #592E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592E81; }
p { color: rgb(89,46,129); }
H1.HeaderClassName
{
color: #592E81;
}
.AnyTagClassName
{
color: #592E81;
}
</style>
background-color css
<style>
a { background-color: #592E81; }
a { background-color: rgb(89,46,129); }
div.DivClassName
{
background-color: #592E81;
}
.BgClassName
{
background-color: #592E81;
}
</style>
border-color css
<style>
span { border-color: #592E81; }
span { border-color: rgb(89,46,129); }
td.TdClassName
{
border-color: #592E81;
}
.TagClassName
{
border-color: #592E81;
}
</style>