Shades of Kingfisher Daisy #592D76
Tints of Kingfisher Daisy #592D76
RGB
CMYK
RGB Variations
Color information
#592D76 (or 0x592D76) is known color: Kingfisher Daisy. HEX triplet: 59, 2D and 76. RGB value is (89,45,118). Sum of RGB (Red+Green+Blue) = 89+45+118=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #592D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592D76 is #A6D289. Grayscale: #424242. Windows color (decimal): -10932874 or 7744857. OLE color: 7744857.
HSL color Cylindrical-coordinate representation of color #592D76: hue angle of 276.16º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #592D76 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 45 | 118 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.54 |
| HSL | 276.16º | 0.45% | 0.32% | - |
| HSV(B) | 276.16º | 0.62% | 0.46% | - |
| XYZ | 8.33 | 5.31 | 17.73 | - |
| YUV | 66.48 | 157.08 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 118 | 0.25 | 0.62 | 0 | 0.54 | 276.16 | 0.45 | 0.32 |
| Hex | 59 | 2D | 76 | 19 | 3E | 0 | 36 | 114 | 2D | 20 |
| Octal | 131 | 55 | 166 | 31 | 76 | 0 | 66 | 424 | 55 | 40 |
| Binary | 1011001 | 101101 | 1110110 | 11001 | 111110 | 0 | 110110 | 100010100 | 101101 | 100000 |
Color Harmonies of #592D76
Complementary color
Monochromatic Colors of #592D76
Black with #592D76
Text Example
Text Example
White with #592D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592D76; }
p { color: rgb(89,45,118); }
H1.HeaderClassName
{
color: #592D76;
}
.AnyTagClassName
{
color: #592D76;
}
</style>
background-color css
<style>
a { background-color: #592D76; }
a { background-color: rgb(89,45,118); }
div.DivClassName
{
background-color: #592D76;
}
.BgClassName
{
background-color: #592D76;
}
</style>
border-color css
<style>
span { border-color: #592D76; }
span { border-color: rgb(89,45,118); }
td.TdClassName
{
border-color: #592D76;
}
.TagClassName
{
border-color: #592D76;
}
</style>