Shades of Kingfisher Daisy #592A77
Tints of Kingfisher Daisy #592A77
RGB
CMYK
RGB Variations
Color information
#592A77 (or 0x592A77) is known color: Kingfisher Daisy. HEX triplet: 59, 2A and 77. RGB value is (89,42,119). Sum of RGB (Red+Green+Blue) = 89+42+119=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #592A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592A77 is #A6D588. Grayscale: #404040. Windows color (decimal): -10933641 or 7809625. OLE color: 7809625.
HSL color Cylindrical-coordinate representation of color #592A77: hue angle of 276.62º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #592A77 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 42 | 119 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.53 |
| HSL | 276.62º | 0.48% | 0.32% | - |
| HSV(B) | 276.62º | 0.65% | 0.47% | - |
| XYZ | 8.28 | 5.11 | 18 | - |
| YUV | 64.83 | 158.57 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 119 | 0.25 | 0.65 | 0 | 0.53 | 276.62 | 0.48 | 0.32 |
| Hex | 59 | 2A | 77 | 19 | 41 | 0 | 35 | 115 | 30 | 20 |
| Octal | 131 | 52 | 167 | 31 | 101 | 0 | 65 | 425 | 60 | 40 |
| Binary | 1011001 | 101010 | 1110111 | 11001 | 1000001 | 0 | 110101 | 100010101 | 110000 | 100000 |
Color Harmonies of #592A77
Complementary color
Monochromatic Colors of #592A77
Black with #592A77
Text Example
Text Example
White with #592A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592A77; }
p { color: rgb(89,42,119); }
H1.HeaderClassName
{
color: #592A77;
}
.AnyTagClassName
{
color: #592A77;
}
</style>
background-color css
<style>
a { background-color: #592A77; }
a { background-color: rgb(89,42,119); }
div.DivClassName
{
background-color: #592A77;
}
.BgClassName
{
background-color: #592A77;
}
</style>
border-color css
<style>
span { border-color: #592A77; }
span { border-color: rgb(89,42,119); }
td.TdClassName
{
border-color: #592A77;
}
.TagClassName
{
border-color: #592A77;
}
</style>