Shades of Kingfisher Daisy #591D9B
Tints of Kingfisher Daisy #591D9B
RGB
CMYK
RGB Variations
Color information
#591D9B (or 0x591D9B) is known color: Kingfisher Daisy. HEX triplet: 59, 1D and 9B. RGB value is (89,29,155). Sum of RGB (Red+Green+Blue) = 89+29+155=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #591D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591D9B is #A6E264. Grayscale: #3C3C3C. Windows color (decimal): -10936933 or 10165593. OLE color: 10165593.
HSL color Cylindrical-coordinate representation of color #591D9B: hue angle of 268.57º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591D9B is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 29 | 155 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.39 |
| HSL | 268.57º | 0.68% | 0.36% | - |
| HSV(B) | 268.57º | 0.81% | 0.61% | - |
| XYZ | 10.48 | 5.37 | 31.49 | - |
| YUV | 61.3 | 180.88 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 155 | 0.43 | 0.81 | 0 | 0.39 | 268.57 | 0.68 | 0.36 |
| Hex | 59 | 1D | 9B | 2B | 51 | 0 | 27 | 10D | 44 | 24 |
| Octal | 131 | 35 | 233 | 53 | 121 | 0 | 47 | 415 | 104 | 44 |
| Binary | 1011001 | 11101 | 10011011 | 101011 | 1010001 | 0 | 100111 | 100001101 | 1000100 | 100100 |
Color Harmonies of #591D9B
Complementary color
Monochromatic Colors of #591D9B
Black with #591D9B
Text Example
Text Example
White with #591D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D9B; }
p { color: rgb(89,29,155); }
H1.HeaderClassName
{
color: #591D9B;
}
.AnyTagClassName
{
color: #591D9B;
}
</style>
background-color css
<style>
a { background-color: #591D9B; }
a { background-color: rgb(89,29,155); }
div.DivClassName
{
background-color: #591D9B;
}
.BgClassName
{
background-color: #591D9B;
}
</style>
border-color css
<style>
span { border-color: #591D9B; }
span { border-color: rgb(89,29,155); }
td.TdClassName
{
border-color: #591D9B;
}
.TagClassName
{
border-color: #591D9B;
}
</style>