Shades of Kingfisher Daisy #592F76
Tints of Kingfisher Daisy #592F76
RGB
CMYK
RGB Variations
Color information
#592F76 (or 0x592F76) is known color: Kingfisher Daisy. HEX triplet: 59, 2F and 76. RGB value is (89,47,118). Sum of RGB (Red+Green+Blue) = 89+47+118=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #592F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592F76 is #A6D089. Grayscale: #434343. Windows color (decimal): -10932362 or 7745369. OLE color: 7745369.
HSL color Cylindrical-coordinate representation of color #592F76: hue angle of 275.49º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #592F76 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 47 | 118 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.54 |
| HSL | 275.49º | 0.43% | 0.32% | - |
| HSV(B) | 275.49º | 0.6% | 0.46% | - |
| XYZ | 8.41 | 5.46 | 17.75 | - |
| YUV | 67.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 118 | 0.25 | 0.60 | 0 | 0.54 | 275.49 | 0.43 | 0.32 |
| Hex | 59 | 2F | 76 | 19 | 3C | 0 | 36 | 113 | 2B | 20 |
| Octal | 131 | 57 | 166 | 31 | 74 | 0 | 66 | 423 | 53 | 40 |
| Binary | 1011001 | 101111 | 1110110 | 11001 | 111100 | 0 | 110110 | 100010011 | 101011 | 100000 |
Color Harmonies of #592F76
Complementary color
Monochromatic Colors of #592F76
Black with #592F76
Text Example
Text Example
White with #592F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592F76; }
p { color: rgb(89,47,118); }
H1.HeaderClassName
{
color: #592F76;
}
.AnyTagClassName
{
color: #592F76;
}
</style>
background-color css
<style>
a { background-color: #592F76; }
a { background-color: rgb(89,47,118); }
div.DivClassName
{
background-color: #592F76;
}
.BgClassName
{
background-color: #592F76;
}
</style>
border-color css
<style>
span { border-color: #592F76; }
span { border-color: rgb(89,47,118); }
td.TdClassName
{
border-color: #592F76;
}
.TagClassName
{
border-color: #592F76;
}
</style>