Shades of Kingfisher Daisy #592D86
Tints of Kingfisher Daisy #592D86
RGB
CMYK
RGB Variations
Color information
#592D86 (or 0x592D86) is known color: Kingfisher Daisy. HEX triplet: 59, 2D and 86. RGB value is (89,45,134). Sum of RGB (Red+Green+Blue) = 89+45+134=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #592D86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592D86 is #A6D279. Grayscale: #434343. Windows color (decimal): -10932858 or 8793433. OLE color: 8793433.
HSL color Cylindrical-coordinate representation of color #592D86: hue angle of 269.66º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #592D86 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 45 | 134 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.47 |
| HSL | 269.66º | 0.5% | 0.35% | - |
| HSV(B) | 269.66º | 0.66% | 0.53% | - |
| XYZ | 9.36 | 5.72 | 23.17 | - |
| YUV | 68.3 | 165.08 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 134 | 0.34 | 0.66 | 0 | 0.47 | 269.66 | 0.5 | 0.35 |
| Hex | 59 | 2D | 86 | 22 | 42 | 0 | 2F | 10E | 32 | 23 |
| Octal | 131 | 55 | 206 | 42 | 102 | 0 | 57 | 416 | 62 | 43 |
| Binary | 1011001 | 101101 | 10000110 | 100010 | 1000010 | 0 | 101111 | 100001110 | 110010 | 100011 |
Color Harmonies of #592D86
Complementary color
Monochromatic Colors of #592D86
Black with #592D86
Text Example
Text Example
White with #592D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592D86; }
p { color: rgb(89,45,134); }
H1.HeaderClassName
{
color: #592D86;
}
.AnyTagClassName
{
color: #592D86;
}
</style>
background-color css
<style>
a { background-color: #592D86; }
a { background-color: rgb(89,45,134); }
div.DivClassName
{
background-color: #592D86;
}
.BgClassName
{
background-color: #592D86;
}
</style>
border-color css
<style>
span { border-color: #592D86; }
span { border-color: rgb(89,45,134); }
td.TdClassName
{
border-color: #592D86;
}
.TagClassName
{
border-color: #592D86;
}
</style>