Shades of Kingfisher Daisy #592D85
Tints of Kingfisher Daisy #592D85
RGB
CMYK
RGB Variations
Color information
#592D85 (or 0x592D85) is known color: Kingfisher Daisy. HEX triplet: 59, 2D and 85. RGB value is (89,45,133). Sum of RGB (Red+Green+Blue) = 89+45+133=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #592D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592D85 is #A6D27A. Grayscale: #434343. Windows color (decimal): -10932859 or 8727897. OLE color: 8727897.
HSL color Cylindrical-coordinate representation of color #592D85: hue angle of 270º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #592D85 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 45 | 133 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.48 |
| HSL | 270º | 0.49% | 0.35% | - |
| HSV(B) | 270º | 0.66% | 0.52% | - |
| XYZ | 9.29 | 5.69 | 22.8 | - |
| YUV | 68.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 133 | 0.33 | 0.66 | 0 | 0.48 | 270 | 0.49 | 0.35 |
| Hex | 59 | 2D | 85 | 21 | 42 | 0 | 30 | 10E | 31 | 23 |
| Octal | 131 | 55 | 205 | 41 | 102 | 0 | 60 | 416 | 61 | 43 |
| Binary | 1011001 | 101101 | 10000101 | 100001 | 1000010 | 0 | 110000 | 100001110 | 110001 | 100011 |
Color Harmonies of #592D85
Complementary color
Monochromatic Colors of #592D85
Black with #592D85
Text Example
Text Example
White with #592D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592D85; }
p { color: rgb(89,45,133); }
H1.HeaderClassName
{
color: #592D85;
}
.AnyTagClassName
{
color: #592D85;
}
</style>
background-color css
<style>
a { background-color: #592D85; }
a { background-color: rgb(89,45,133); }
div.DivClassName
{
background-color: #592D85;
}
.BgClassName
{
background-color: #592D85;
}
</style>
border-color css
<style>
span { border-color: #592D85; }
span { border-color: rgb(89,45,133); }
td.TdClassName
{
border-color: #592D85;
}
.TagClassName
{
border-color: #592D85;
}
</style>