Shades of Kingfisher Daisy #59337F
Tints of Kingfisher Daisy #59337F
RGB
CMYK
RGB Variations
Color information
#59337F (or 0x59337F) is known color: Kingfisher Daisy. HEX triplet: 59, 33 and 7F. RGB value is (89,51,127). Sum of RGB (Red+Green+Blue) = 89+51+127=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #59337F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59337F is #A6CC80. Grayscale: #464646. Windows color (decimal): -10931329 or 8336217. OLE color: 8336217.
HSL color Cylindrical-coordinate representation of color #59337F: hue angle of 270º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59337F is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 51 | 127 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.50 |
| HSL | 270º | 0.43% | 0.35% | - |
| HSV(B) | 270º | 0.6% | 0.5% | - |
| XYZ | 9.13 | 6.02 | 20.76 | - |
| YUV | 71.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 51 | 127 | 0.30 | 0.60 | 0 | 0.50 | 270 | 0.43 | 0.35 |
| Hex | 59 | 33 | 7F | 1E | 3C | 0 | 32 | 10E | 2B | 23 |
| Octal | 131 | 63 | 177 | 36 | 74 | 0 | 62 | 416 | 53 | 43 |
| Binary | 1011001 | 110011 | 1111111 | 11110 | 111100 | 0 | 110010 | 100001110 | 101011 | 100011 |
Color Harmonies of #59337F
Complementary color
Monochromatic Colors of #59337F
Black with #59337F
Text Example
Text Example
White with #59337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59337F; }
p { color: rgb(89,51,127); }
H1.HeaderClassName
{
color: #59337F;
}
.AnyTagClassName
{
color: #59337F;
}
</style>
background-color css
<style>
a { background-color: #59337F; }
a { background-color: rgb(89,51,127); }
div.DivClassName
{
background-color: #59337F;
}
.BgClassName
{
background-color: #59337F;
}
</style>
border-color css
<style>
span { border-color: #59337F; }
span { border-color: rgb(89,51,127); }
td.TdClassName
{
border-color: #59337F;
}
.TagClassName
{
border-color: #59337F;
}
</style>