Shades of Kingfisher Daisy #592B81
Tints of Kingfisher Daisy #592B81
RGB
CMYK
RGB Variations
Color information
#592B81 (or 0x592B81) is known color: 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
| RGB | 89 | 43 | 129 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.49 |
| HSL | 272.09º | 0.5% | 0.34% | - |
| HSV(B) | 272.09º | 0.67% | 0.51% | - |
| XYZ | 8.95 | 5.44 | 21.35 | - |
| YUV | 66.56 | 163.24 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 129 | 0.31 | 0.67 | 0 | 0.49 | 272.09 | 0.5 | 0.34 |
| Hex | 59 | 2B | 81 | 1F | 43 | 0 | 31 | 110 | 32 | 22 |
| Octal | 131 | 53 | 201 | 37 | 103 | 0 | 61 | 420 | 62 | 42 |
| Binary | 1011001 | 101011 | 10000001 | 11111 | 1000011 | 0 | 110001 | 100010000 | 110010 | 100010 |
Color Harmonies of #592B81
Complementary color
Monochromatic Colors of #592B81
Black with #592B81
Text Example
Text Example
White with #592B81
Text Example
Text Example
HTML Codes & Css Web 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>