Shades of Kingfisher Daisy #592C78
Tints of Kingfisher Daisy #592C78
RGB
CMYK
RGB Variations
Color information
#592C78 (or 0x592C78) is known color: Kingfisher Daisy. HEX triplet: 59, 2C and 78. RGB value is (89,44,120). Sum of RGB (Red+Green+Blue) = 89+44+120=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #592C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592C78 is #A6D387. Grayscale: #414141. Windows color (decimal): -10933128 or 7875673. OLE color: 7875673.
HSL color Cylindrical-coordinate representation of color #592C78: hue angle of 275.53º 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 #592C78 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 44 | 120 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.53 |
| HSL | 275.53º | 0.46% | 0.32% | - |
| HSV(B) | 275.53º | 0.63% | 0.47% | - |
| XYZ | 8.41 | 5.28 | 18.35 | - |
| YUV | 66.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 120 | 0.26 | 0.63 | 0 | 0.53 | 275.53 | 0.46 | 0.32 |
| Hex | 59 | 2C | 78 | 1A | 3F | 0 | 35 | 114 | 2E | 20 |
| Octal | 131 | 54 | 170 | 32 | 77 | 0 | 65 | 424 | 56 | 40 |
| Binary | 1011001 | 101100 | 1111000 | 11010 | 111111 | 0 | 110101 | 100010100 | 101110 | 100000 |
Color Harmonies of #592C78
Complementary color
Monochromatic Colors of #592C78
Black with #592C78
Text Example
Text Example
White with #592C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C78; }
p { color: rgb(89,44,120); }
H1.HeaderClassName
{
color: #592C78;
}
.AnyTagClassName
{
color: #592C78;
}
</style>
background-color css
<style>
a { background-color: #592C78; }
a { background-color: rgb(89,44,120); }
div.DivClassName
{
background-color: #592C78;
}
.BgClassName
{
background-color: #592C78;
}
</style>
border-color css
<style>
span { border-color: #592C78; }
span { border-color: rgb(89,44,120); }
td.TdClassName
{
border-color: #592C78;
}
.TagClassName
{
border-color: #592C78;
}
</style>