Shades of Kingfisher Daisy #592C77
Tints of Kingfisher Daisy #592C77
RGB
CMYK
RGB Variations
Color information
#592C77 (or 0x592C77) is known color: Kingfisher Daisy. HEX triplet: 59, 2C and 77. RGB value is (89,44,119). Sum of RGB (Red+Green+Blue) = 89+44+119=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #592C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592C77 is #A6D388. Grayscale: #414141. Windows color (decimal): -10933129 or 7810137. OLE color: 7810137.
HSL color Cylindrical-coordinate representation of color #592C77: hue angle of 276º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #592C77 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 44 | 119 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.53 |
| HSL | 276º | 0.46% | 0.32% | - |
| HSV(B) | 276º | 0.63% | 0.47% | - |
| XYZ | 8.35 | 5.26 | 18.03 | - |
| YUV | 66.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 119 | 0.25 | 0.63 | 0 | 0.53 | 276 | 0.46 | 0.32 |
| Hex | 59 | 2C | 77 | 19 | 3F | 0 | 35 | 114 | 2E | 20 |
| Octal | 131 | 54 | 167 | 31 | 77 | 0 | 65 | 424 | 56 | 40 |
| Binary | 1011001 | 101100 | 1110111 | 11001 | 111111 | 0 | 110101 | 100010100 | 101110 | 100000 |
Color Harmonies of #592C77
Complementary color
Monochromatic Colors of #592C77
Black with #592C77
Text Example
Text Example
White with #592C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C77; }
p { color: rgb(89,44,119); }
H1.HeaderClassName
{
color: #592C77;
}
.AnyTagClassName
{
color: #592C77;
}
</style>
background-color css
<style>
a { background-color: #592C77; }
a { background-color: rgb(89,44,119); }
div.DivClassName
{
background-color: #592C77;
}
.BgClassName
{
background-color: #592C77;
}
</style>
border-color css
<style>
span { border-color: #592C77; }
span { border-color: rgb(89,44,119); }
td.TdClassName
{
border-color: #592C77;
}
.TagClassName
{
border-color: #592C77;
}
</style>