Shades of Kingfisher Daisy #591E7F
Tints of Kingfisher Daisy #591E7F
RGB
CMYK
RGB Variations
Color information
#591E7F (or 0x591E7F) is known color: Kingfisher Daisy. HEX triplet: 59, 1E and 7F. RGB value is (89,30,127). Sum of RGB (Red+Green+Blue) = 89+30+127=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #591E7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591E7F is #A6E180. Grayscale: #3A3A3A. Windows color (decimal): -10936705 or 8330841. OLE color: 8330841.
HSL color Cylindrical-coordinate representation of color #591E7F: hue angle of 276.49º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591E7F is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 30 | 127 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.50 |
| HSL | 276.49º | 0.62% | 0.31% | - |
| HSV(B) | 276.49º | 0.76% | 0.5% | - |
| XYZ | 8.41 | 4.58 | 20.52 | - |
| YUV | 58.7 | 166.55 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 127 | 0.30 | 0.76 | 0 | 0.50 | 276.49 | 0.62 | 0.31 |
| Hex | 59 | 1E | 7F | 1E | 4C | 0 | 32 | 114 | 3E | 1F |
| Octal | 131 | 36 | 177 | 36 | 114 | 0 | 62 | 424 | 76 | 37 |
| Binary | 1011001 | 11110 | 1111111 | 11110 | 1001100 | 0 | 110010 | 100010100 | 111110 | 11111 |
Color Harmonies of #591E7F
Complementary color
Monochromatic Colors of #591E7F
Black with #591E7F
Text Example
Text Example
White with #591E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591E7F; }
p { color: rgb(89,30,127); }
H1.HeaderClassName
{
color: #591E7F;
}
.AnyTagClassName
{
color: #591E7F;
}
</style>
background-color css
<style>
a { background-color: #591E7F; }
a { background-color: rgb(89,30,127); }
div.DivClassName
{
background-color: #591E7F;
}
.BgClassName
{
background-color: #591E7F;
}
</style>
border-color css
<style>
span { border-color: #591E7F; }
span { border-color: rgb(89,30,127); }
td.TdClassName
{
border-color: #591E7F;
}
.TagClassName
{
border-color: #591E7F;
}
</style>