Shades of Blue Diamond #591F77
Tints of Blue Diamond #591F77
RGB
CMYK
RGB Variations
Color information
#591F77 (or 0x591F77) is known color: Blue Diamond. HEX triplet: 59, 1F and 77. RGB value is (89,31,119). Sum of RGB (Red+Green+Blue) = 89+31+119=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #591F77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591F77 is #A6E088. Grayscale: #3A3A3A. Windows color (decimal): -10936457 or 7806809. OLE color: 7806809.
HSL color Cylindrical-coordinate representation of color #591F77: hue angle of 279.55º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #591F77 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 31 | 119 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.53 |
| HSL | 279.55º | 0.59% | 0.29% | - |
| HSV(B) | 279.55º | 0.74% | 0.47% | - |
| XYZ | 7.94 | 4.44 | 17.89 | - |
| YUV | 58.37 | 162.22 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 119 | 0.25 | 0.74 | 0 | 0.53 | 279.55 | 0.59 | 0.29 |
| Hex | 59 | 1F | 77 | 19 | 4A | 0 | 35 | 118 | 3B | 1D |
| Octal | 131 | 37 | 167 | 31 | 112 | 0 | 65 | 430 | 73 | 35 |
| Binary | 1011001 | 11111 | 1110111 | 11001 | 1001010 | 0 | 110101 | 100011000 | 111011 | 11101 |
Color Harmonies of #591F77
Complementary color
Monochromatic Colors of #591F77
Black with #591F77
Text Example
Text Example
White with #591F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591F77; }
p { color: rgb(89,31,119); }
H1.HeaderClassName
{
color: #591F77;
}
.AnyTagClassName
{
color: #591F77;
}
</style>
background-color css
<style>
a { background-color: #591F77; }
a { background-color: rgb(89,31,119); }
div.DivClassName
{
background-color: #591F77;
}
.BgClassName
{
background-color: #591F77;
}
</style>
border-color css
<style>
span { border-color: #591F77; }
span { border-color: rgb(89,31,119); }
td.TdClassName
{
border-color: #591F77;
}
.TagClassName
{
border-color: #591F77;
}
</style>