Shades of Kingfisher Daisy #592F85
Tints of Kingfisher Daisy #592F85
RGB
CMYK
RGB Variations
Color information
#592F85 (or 0x592F85) is known color: Kingfisher Daisy. HEX triplet: 59, 2F and 85. RGB value is (89,47,133). Sum of RGB (Red+Green+Blue) = 89+47+133=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #592F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592F85 is #A6D07A. Grayscale: #454545. Windows color (decimal): -10932347 or 8728409. OLE color: 8728409.
HSL color Cylindrical-coordinate representation of color #592F85: hue angle of 269.3º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #592F85 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 47 | 133 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.48 |
| HSL | 269.3º | 0.48% | 0.35% | - |
| HSV(B) | 269.3º | 0.65% | 0.52% | - |
| XYZ | 9.37 | 5.85 | 22.83 | - |
| YUV | 69.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 133 | 0.33 | 0.65 | 0 | 0.48 | 269.3 | 0.48 | 0.35 |
| Hex | 59 | 2F | 85 | 21 | 41 | 0 | 30 | 10D | 30 | 23 |
| Octal | 131 | 57 | 205 | 41 | 101 | 0 | 60 | 415 | 60 | 43 |
| Binary | 1011001 | 101111 | 10000101 | 100001 | 1000001 | 0 | 110000 | 100001101 | 110000 | 100011 |
Color Harmonies of #592F85
Complementary color
Monochromatic Colors of #592F85
Black with #592F85
Text Example
Text Example
White with #592F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592F85; }
p { color: rgb(89,47,133); }
H1.HeaderClassName
{
color: #592F85;
}
.AnyTagClassName
{
color: #592F85;
}
</style>
background-color css
<style>
a { background-color: #592F85; }
a { background-color: rgb(89,47,133); }
div.DivClassName
{
background-color: #592F85;
}
.BgClassName
{
background-color: #592F85;
}
</style>
border-color css
<style>
span { border-color: #592F85; }
span { border-color: rgb(89,47,133); }
td.TdClassName
{
border-color: #592F85;
}
.TagClassName
{
border-color: #592F85;
}
</style>