Shades of Blue Diamond #591D76
Tints of Blue Diamond #591D76
RGB
CMYK
RGB Variations
Color information
#591D76 (or 0x591D76) is known color: Blue Diamond. HEX triplet: 59, 1D and 76. RGB value is (89,29,118). Sum of RGB (Red+Green+Blue) = 89+29+118=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #591D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591D76 is #A6E289. Grayscale: #383838. Windows color (decimal): -10936970 or 7740761. OLE color: 7740761.
HSL color Cylindrical-coordinate representation of color #591D76: hue angle of 280.45º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591D76 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 29 | 118 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.54 |
| HSL | 280.45º | 0.61% | 0.29% | - |
| HSV(B) | 280.45º | 0.75% | 0.46% | - |
| XYZ | 7.83 | 4.31 | 17.56 | - |
| YUV | 57.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 118 | 0.25 | 0.75 | 0 | 0.54 | 280.45 | 0.61 | 0.29 |
| Hex | 59 | 1D | 76 | 19 | 4B | 0 | 36 | 118 | 3D | 1D |
| Octal | 131 | 35 | 166 | 31 | 113 | 0 | 66 | 430 | 75 | 35 |
| Binary | 1011001 | 11101 | 1110110 | 11001 | 1001011 | 0 | 110110 | 100011000 | 111101 | 11101 |
Color Harmonies of #591D76
Complementary color
Monochromatic Colors of #591D76
Black with #591D76
Text Example
Text Example
White with #591D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D76; }
p { color: rgb(89,29,118); }
H1.HeaderClassName
{
color: #591D76;
}
.AnyTagClassName
{
color: #591D76;
}
</style>
background-color css
<style>
a { background-color: #591D76; }
a { background-color: rgb(89,29,118); }
div.DivClassName
{
background-color: #591D76;
}
.BgClassName
{
background-color: #591D76;
}
</style>
border-color css
<style>
span { border-color: #591D76; }
span { border-color: rgb(89,29,118); }
td.TdClassName
{
border-color: #591D76;
}
.TagClassName
{
border-color: #591D76;
}
</style>