Shades of Kingfisher Daisy #591B7D
Tints of Kingfisher Daisy #591B7D
RGB
CMYK
RGB Variations
Color information
#591B7D (or 0x591B7D) is known color: Kingfisher Daisy. HEX triplet: 59, 1B and 7D. RGB value is (89,27,125). Sum of RGB (Red+Green+Blue) = 89+27+125=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #591B7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591B7D is #A6E482. Grayscale: #383838. Windows color (decimal): -10937475 or 8199001. OLE color: 8199001.
HSL color Cylindrical-coordinate representation of color #591B7D: hue angle of 277.96º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #591B7D is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 27 | 125 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.51 |
| HSL | 277.96º | 0.64% | 0.3% | - |
| HSV(B) | 277.96º | 0.78% | 0.49% | - |
| XYZ | 8.21 | 4.39 | 19.82 | - |
| YUV | 56.71 | 166.54 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 125 | 0.29 | 0.78 | 0 | 0.51 | 277.96 | 0.64 | 0.3 |
| Hex | 59 | 1B | 7D | 1D | 4E | 0 | 33 | 116 | 40 | 1E |
| Octal | 131 | 33 | 175 | 35 | 116 | 0 | 63 | 426 | 100 | 36 |
| Binary | 1011001 | 11011 | 1111101 | 11101 | 1001110 | 0 | 110011 | 100010110 | 1000000 | 11110 |
Color Harmonies of #591B7D
Complementary color
Monochromatic Colors of #591B7D
Black with #591B7D
Text Example
Text Example
White with #591B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B7D; }
p { color: rgb(89,27,125); }
H1.HeaderClassName
{
color: #591B7D;
}
.AnyTagClassName
{
color: #591B7D;
}
</style>
background-color css
<style>
a { background-color: #591B7D; }
a { background-color: rgb(89,27,125); }
div.DivClassName
{
background-color: #591B7D;
}
.BgClassName
{
background-color: #591B7D;
}
</style>
border-color css
<style>
span { border-color: #591B7D; }
span { border-color: rgb(89,27,125); }
td.TdClassName
{
border-color: #591B7D;
}
.TagClassName
{
border-color: #591B7D;
}
</style>