Shades of Blue Diamond #591D73
Tints of Blue Diamond #591D73
RGB
CMYK
RGB Variations
Color information
#591D73 (or 0x591D73) is known color: Blue Diamond. HEX triplet: 59, 1D and 73. RGB value is (89,29,115). Sum of RGB (Red+Green+Blue) = 89+29+115=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #591D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591D73 is #A6E28C. Grayscale: #383838. Windows color (decimal): -10936973 or 7544153. OLE color: 7544153.
HSL color Cylindrical-coordinate representation of color #591D73: hue angle of 281.86º degrees, saturation: 0.6, 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 #591D73 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 29 | 115 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.55 |
| HSL | 281.86º | 0.6% | 0.28% | - |
| HSV(B) | 281.86º | 0.75% | 0.45% | - |
| XYZ | 7.65 | 4.24 | 16.63 | - |
| YUV | 56.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 115 | 0.23 | 0.75 | 0 | 0.55 | 281.86 | 0.6 | 0.28 |
| Hex | 59 | 1D | 73 | 17 | 4B | 0 | 37 | 11A | 3C | 1C |
| Octal | 131 | 35 | 163 | 27 | 113 | 0 | 67 | 432 | 74 | 34 |
| Binary | 1011001 | 11101 | 1110011 | 10111 | 1001011 | 0 | 110111 | 100011010 | 111100 | 11100 |
Color Harmonies of #591D73
Complementary color
Monochromatic Colors of #591D73
Black with #591D73
Text Example
Text Example
White with #591D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D73; }
p { color: rgb(89,29,115); }
H1.HeaderClassName
{
color: #591D73;
}
.AnyTagClassName
{
color: #591D73;
}
</style>
background-color css
<style>
a { background-color: #591D73; }
a { background-color: rgb(89,29,115); }
div.DivClassName
{
background-color: #591D73;
}
.BgClassName
{
background-color: #591D73;
}
</style>
border-color css
<style>
span { border-color: #591D73; }
span { border-color: rgb(89,29,115); }
td.TdClassName
{
border-color: #591D73;
}
.TagClassName
{
border-color: #591D73;
}
</style>