Shades of Kingfisher Daisy #592B8C
Tints of Kingfisher Daisy #592B8C
RGB
CMYK
RGB Variations
Color information
#592B8C (or 0x592B8C) is known color: Kingfisher Daisy. HEX triplet: 59, 2B and 8C. RGB value is (89,43,140). Sum of RGB (Red+Green+Blue) = 89+43+140=272 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.72% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #592B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592B8C is #A6D473. Grayscale: #434343. Windows color (decimal): -10933364 or 9186137. OLE color: 9186137.
HSL color Cylindrical-coordinate representation of color #592B8C: hue angle of 268.45º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #592B8C is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 43 | 140 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.45 |
| HSL | 268.45º | 0.53% | 0.36% | - |
| HSV(B) | 268.45º | 0.69% | 0.55% | - |
| XYZ | 9.72 | 5.75 | 25.41 | - |
| YUV | 67.81 | 168.74 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 140 | 0.36 | 0.69 | 0 | 0.45 | 268.45 | 0.53 | 0.36 |
| Hex | 59 | 2B | 8C | 24 | 45 | 0 | 2D | 10C | 35 | 24 |
| Octal | 131 | 53 | 214 | 44 | 105 | 0 | 55 | 414 | 65 | 44 |
| Binary | 1011001 | 101011 | 10001100 | 100100 | 1000101 | 0 | 101101 | 100001100 | 110101 | 100100 |
Color Harmonies of #592B8C
Complementary color
Monochromatic Colors of #592B8C
Black with #592B8C
Text Example
Text Example
White with #592B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592B8C; }
p { color: rgb(89,43,140); }
H1.HeaderClassName
{
color: #592B8C;
}
.AnyTagClassName
{
color: #592B8C;
}
</style>
background-color css
<style>
a { background-color: #592B8C; }
a { background-color: rgb(89,43,140); }
div.DivClassName
{
background-color: #592B8C;
}
.BgClassName
{
background-color: #592B8C;
}
</style>
border-color css
<style>
span { border-color: #592B8C; }
span { border-color: rgb(89,43,140); }
td.TdClassName
{
border-color: #592B8C;
}
.TagClassName
{
border-color: #592B8C;
}
</style>