Shades of Kingfisher Daisy #591A9C
Tints of Kingfisher Daisy #591A9C
RGB
CMYK
RGB Variations
Color information
#591A9C (or 0x591A9C) is known color: Kingfisher Daisy. HEX triplet: 59, 1A and 9C. RGB value is (89,26,156). Sum of RGB (Red+Green+Blue) = 89+26+156=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #591A9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591A9C is #A6E563. Grayscale: #3B3B3B. Windows color (decimal): -10937700 or 10230361. OLE color: 10230361.
HSL color Cylindrical-coordinate representation of color #591A9C: hue angle of 269.08º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591A9C is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 26 | 156 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.39 |
| HSL | 269.08º | 0.71% | 0.36% | - |
| HSV(B) | 269.08º | 0.83% | 0.61% | - |
| XYZ | 10.49 | 5.26 | 31.92 | - |
| YUV | 59.66 | 182.37 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 156 | 0.43 | 0.83 | 0 | 0.39 | 269.08 | 0.71 | 0.36 |
| Hex | 59 | 1A | 9C | 2B | 53 | 0 | 27 | 10D | 47 | 24 |
| Octal | 131 | 32 | 234 | 53 | 123 | 0 | 47 | 415 | 107 | 44 |
| Binary | 1011001 | 11010 | 10011100 | 101011 | 1010011 | 0 | 100111 | 100001101 | 1000111 | 100100 |
Color Harmonies of #591A9C
Complementary color
Monochromatic Colors of #591A9C
Black with #591A9C
Text Example
Text Example
White with #591A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A9C; }
p { color: rgb(89,26,156); }
H1.HeaderClassName
{
color: #591A9C;
}
.AnyTagClassName
{
color: #591A9C;
}
</style>
background-color css
<style>
a { background-color: #591A9C; }
a { background-color: rgb(89,26,156); }
div.DivClassName
{
background-color: #591A9C;
}
.BgClassName
{
background-color: #591A9C;
}
</style>
border-color css
<style>
span { border-color: #591A9C; }
span { border-color: rgb(89,26,156); }
td.TdClassName
{
border-color: #591A9C;
}
.TagClassName
{
border-color: #591A9C;
}
</style>