Shades of Kingfisher Daisy #59367F
Tints of Kingfisher Daisy #59367F
RGB
CMYK
RGB Variations
Color information
#59367F (or 0x59367F) is known color: Kingfisher Daisy. HEX triplet: 59, 36 and 7F. RGB value is (89,54,127). Sum of RGB (Red+Green+Blue) = 89+54+127=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #59367F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59367F is #A6C980. Grayscale: #484848. Windows color (decimal): -10930561 or 8336985. OLE color: 8336985.
HSL color Cylindrical-coordinate representation of color #59367F: hue angle of 268.77º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59367F is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 54 | 127 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.50 |
| HSL | 268.77º | 0.4% | 0.35% | - |
| HSV(B) | 268.77º | 0.57% | 0.5% | - |
| XYZ | 9.27 | 6.29 | 20.81 | - |
| YUV | 72.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 54 | 127 | 0.30 | 0.57 | 0 | 0.50 | 268.77 | 0.4 | 0.35 |
| Hex | 59 | 36 | 7F | 1E | 39 | 0 | 32 | 10D | 28 | 23 |
| Octal | 131 | 66 | 177 | 36 | 71 | 0 | 62 | 415 | 50 | 43 |
| Binary | 1011001 | 110110 | 1111111 | 11110 | 111001 | 0 | 110010 | 100001101 | 101000 | 100011 |
Color Harmonies of #59367F
Complementary color
Monochromatic Colors of #59367F
Black with #59367F
Text Example
Text Example
White with #59367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59367F; }
p { color: rgb(89,54,127); }
H1.HeaderClassName
{
color: #59367F;
}
.AnyTagClassName
{
color: #59367F;
}
</style>
background-color css
<style>
a { background-color: #59367F; }
a { background-color: rgb(89,54,127); }
div.DivClassName
{
background-color: #59367F;
}
.BgClassName
{
background-color: #59367F;
}
</style>
border-color css
<style>
span { border-color: #59367F; }
span { border-color: rgb(89,54,127); }
td.TdClassName
{
border-color: #59367F;
}
.TagClassName
{
border-color: #59367F;
}
</style>