Shades of Kingfisher Daisy #592C76
Tints of Kingfisher Daisy #592C76
RGB
CMYK
RGB Variations
Color information
#592C76 (or 0x592C76) is known color: Kingfisher Daisy. HEX triplet: 59, 2C and 76. RGB value is (89,44,118). Sum of RGB (Red+Green+Blue) = 89+44+118=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #592C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592C76 is #A6D389. Grayscale: #414141. Windows color (decimal): -10933130 or 7744601. OLE color: 7744601.
HSL color Cylindrical-coordinate representation of color #592C76: hue angle of 276.49º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #592C76 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 44 | 118 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.54 |
| HSL | 276.49º | 0.46% | 0.32% | - |
| HSV(B) | 276.49º | 0.63% | 0.46% | - |
| XYZ | 8.29 | 5.23 | 17.71 | - |
| YUV | 65.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 118 | 0.25 | 0.63 | 0 | 0.54 | 276.49 | 0.46 | 0.32 |
| Hex | 59 | 2C | 76 | 19 | 3F | 0 | 36 | 114 | 2E | 20 |
| Octal | 131 | 54 | 166 | 31 | 77 | 0 | 66 | 424 | 56 | 40 |
| Binary | 1011001 | 101100 | 1110110 | 11001 | 111111 | 0 | 110110 | 100010100 | 101110 | 100000 |
Color Harmonies of #592C76
Complementary color
Monochromatic Colors of #592C76
Black with #592C76
Text Example
Text Example
White with #592C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C76; }
p { color: rgb(89,44,118); }
H1.HeaderClassName
{
color: #592C76;
}
.AnyTagClassName
{
color: #592C76;
}
</style>
background-color css
<style>
a { background-color: #592C76; }
a { background-color: rgb(89,44,118); }
div.DivClassName
{
background-color: #592C76;
}
.BgClassName
{
background-color: #592C76;
}
</style>
border-color css
<style>
span { border-color: #592C76; }
span { border-color: rgb(89,44,118); }
td.TdClassName
{
border-color: #592C76;
}
.TagClassName
{
border-color: #592C76;
}
</style>