Shades of Kingfisher Daisy #591D93
Tints of Kingfisher Daisy #591D93
RGB
CMYK
RGB Variations
Color information
#591D93 (or 0x591D93) is known color: Kingfisher Daisy. HEX triplet: 59, 1D and 93. RGB value is (89,29,147). Sum of RGB (Red+Green+Blue) = 89+29+147=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #591D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591D93 is #A6E26C. Grayscale: #3B3B3B. Windows color (decimal): -10936941 or 9641305. OLE color: 9641305.
HSL color Cylindrical-coordinate representation of color #591D93: hue angle of 270.51º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591D93 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 29 | 147 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.42 |
| HSL | 270.51º | 0.67% | 0.35% | - |
| HSV(B) | 270.51º | 0.8% | 0.58% | - |
| XYZ | 9.83 | 5.11 | 28.07 | - |
| YUV | 60.39 | 176.88 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 147 | 0.39 | 0.80 | 0 | 0.42 | 270.51 | 0.67 | 0.35 |
| Hex | 59 | 1D | 93 | 27 | 50 | 0 | 2A | 10F | 43 | 23 |
| Octal | 131 | 35 | 223 | 47 | 120 | 0 | 52 | 417 | 103 | 43 |
| Binary | 1011001 | 11101 | 10010011 | 100111 | 1010000 | 0 | 101010 | 100001111 | 1000011 | 100011 |
Color Harmonies of #591D93
Complementary color
Monochromatic Colors of #591D93
Black with #591D93
Text Example
Text Example
White with #591D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D93; }
p { color: rgb(89,29,147); }
H1.HeaderClassName
{
color: #591D93;
}
.AnyTagClassName
{
color: #591D93;
}
</style>
background-color css
<style>
a { background-color: #591D93; }
a { background-color: rgb(89,29,147); }
div.DivClassName
{
background-color: #591D93;
}
.BgClassName
{
background-color: #591D93;
}
</style>
border-color css
<style>
span { border-color: #591D93; }
span { border-color: rgb(89,29,147); }
td.TdClassName
{
border-color: #591D93;
}
.TagClassName
{
border-color: #591D93;
}
</style>