Shades of Kingfisher Daisy #591C7B
Tints of Kingfisher Daisy #591C7B
RGB
CMYK
RGB Variations
Color information
#591C7B (or 0x591C7B) is known color: Kingfisher Daisy. HEX triplet: 59, 1C and 7B. RGB value is (89,28,123). Sum of RGB (Red+Green+Blue) = 89+28+123=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #591C7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591C7B is #A6E384. Grayscale: #383838. Windows color (decimal): -10937221 or 8068185. OLE color: 8068185.
HSL color Cylindrical-coordinate representation of color #591C7B: hue angle of 278.53º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #591C7B is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 28 | 123 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.52 |
| HSL | 278.53º | 0.63% | 0.3% | - |
| HSV(B) | 278.53º | 0.77% | 0.48% | - |
| XYZ | 8.11 | 4.38 | 19.16 | - |
| YUV | 57.07 | 165.21 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 123 | 0.28 | 0.77 | 0 | 0.52 | 278.53 | 0.63 | 0.3 |
| Hex | 59 | 1C | 7B | 1C | 4D | 0 | 34 | 117 | 3F | 1E |
| Octal | 131 | 34 | 173 | 34 | 115 | 0 | 64 | 427 | 77 | 36 |
| Binary | 1011001 | 11100 | 1111011 | 11100 | 1001101 | 0 | 110100 | 100010111 | 111111 | 11110 |
Color Harmonies of #591C7B
Complementary color
Monochromatic Colors of #591C7B
Black with #591C7B
Text Example
Text Example
White with #591C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C7B; }
p { color: rgb(89,28,123); }
H1.HeaderClassName
{
color: #591C7B;
}
.AnyTagClassName
{
color: #591C7B;
}
</style>
background-color css
<style>
a { background-color: #591C7B; }
a { background-color: rgb(89,28,123); }
div.DivClassName
{
background-color: #591C7B;
}
.BgClassName
{
background-color: #591C7B;
}
</style>
border-color css
<style>
span { border-color: #591C7B; }
span { border-color: rgb(89,28,123); }
td.TdClassName
{
border-color: #591C7B;
}
.TagClassName
{
border-color: #591C7B;
}
</style>