Shades of Kingfisher Daisy #592C7E
Tints of Kingfisher Daisy #592C7E
RGB
CMYK
RGB Variations
Color information
#592C7E (or 0x592C7E) is known color: Kingfisher Daisy. HEX triplet: 59, 2C and 7E. RGB value is (89,44,126). Sum of RGB (Red+Green+Blue) = 89+44+126=259 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.36% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 126 (49.61% from 255 or 48.65% from 259); Max value from RGB is 126 - color contains mainly: blue. Hex color #592C7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592C7E is #A6D381. Grayscale: #424242. Windows color (decimal): -10933122 or 8268889. OLE color: 8268889.
HSL color Cylindrical-coordinate representation of color #592C7E: hue angle of 272.93º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #592C7E is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 44 | 126 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.51 |
| HSL | 272.93º | 0.48% | 0.33% | - |
| HSV(B) | 272.93º | 0.65% | 0.49% | - |
| XYZ | 8.79 | 5.43 | 20.32 | - |
| YUV | 66.8 | 161.41 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 126 | 0.29 | 0.65 | 0 | 0.51 | 272.93 | 0.48 | 0.33 |
| Hex | 59 | 2C | 7E | 1D | 41 | 0 | 33 | 111 | 30 | 21 |
| Octal | 131 | 54 | 176 | 35 | 101 | 0 | 63 | 421 | 60 | 41 |
| Binary | 1011001 | 101100 | 1111110 | 11101 | 1000001 | 0 | 110011 | 100010001 | 110000 | 100001 |
Color Harmonies of #592C7E
Complementary color
Monochromatic Colors of #592C7E
Black with #592C7E
Text Example
Text Example
White with #592C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C7E; }
p { color: rgb(89,44,126); }
H1.HeaderClassName
{
color: #592C7E;
}
.AnyTagClassName
{
color: #592C7E;
}
</style>
background-color css
<style>
a { background-color: #592C7E; }
a { background-color: rgb(89,44,126); }
div.DivClassName
{
background-color: #592C7E;
}
.BgClassName
{
background-color: #592C7E;
}
</style>
border-color css
<style>
span { border-color: #592C7E; }
span { border-color: rgb(89,44,126); }
td.TdClassName
{
border-color: #592C7E;
}
.TagClassName
{
border-color: #592C7E;
}
</style>