Shades of Blue Diamond #591D72
Tints of Blue Diamond #591D72
RGB
CMYK
RGB Variations
Color information
#591D72 (or 0x591D72) is known color: Blue Diamond. HEX triplet: 59, 1D and 72. RGB value is (89,29,114). Sum of RGB (Red+Green+Blue) = 89+29+114=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #591D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591D72 is #A6E28D. Grayscale: #383838. Windows color (decimal): -10936974 or 7478617. OLE color: 7478617.
HSL color Cylindrical-coordinate representation of color #591D72: hue angle of 282.35º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591D72 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 29 | 114 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.55 |
| HSL | 282.35º | 0.59% | 0.28% | - |
| HSV(B) | 282.35º | 0.75% | 0.45% | - |
| XYZ | 7.6 | 4.22 | 16.33 | - |
| YUV | 56.63 | 160.38 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 114 | 0.22 | 0.75 | 0 | 0.55 | 282.35 | 0.59 | 0.28 |
| Hex | 59 | 1D | 72 | 16 | 4B | 0 | 37 | 11A | 3B | 1C |
| Octal | 131 | 35 | 162 | 26 | 113 | 0 | 67 | 432 | 73 | 34 |
| Binary | 1011001 | 11101 | 1110010 | 10110 | 1001011 | 0 | 110111 | 100011010 | 111011 | 11100 |
Color Harmonies of #591D72
Complementary color
Monochromatic Colors of #591D72
Black with #591D72
Text Example
Text Example
White with #591D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D72; }
p { color: rgb(89,29,114); }
H1.HeaderClassName
{
color: #591D72;
}
.AnyTagClassName
{
color: #591D72;
}
</style>
background-color css
<style>
a { background-color: #591D72; }
a { background-color: rgb(89,29,114); }
div.DivClassName
{
background-color: #591D72;
}
.BgClassName
{
background-color: #591D72;
}
</style>
border-color css
<style>
span { border-color: #591D72; }
span { border-color: rgb(89,29,114); }
td.TdClassName
{
border-color: #591D72;
}
.TagClassName
{
border-color: #591D72;
}
</style>