Shades of Blue Diamond #591C73
Tints of Blue Diamond #591C73
RGB
CMYK
RGB Variations
Color information
#591C73 (or 0x591C73) is known color: Blue Diamond. HEX triplet: 59, 1C and 73. RGB value is (89,28,115). Sum of RGB (Red+Green+Blue) = 89+28+115=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #591C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591C73 is #A6E38C. Grayscale: #373737. Windows color (decimal): -10937229 or 7543897. OLE color: 7543897.
HSL color Cylindrical-coordinate representation of color #591C73: hue angle of 282.07º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591C73 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 28 | 115 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.55 |
| HSL | 282.07º | 0.61% | 0.28% | - |
| HSV(B) | 282.07º | 0.76% | 0.45% | - |
| XYZ | 7.63 | 4.19 | 16.63 | - |
| YUV | 56.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 115 | 0.23 | 0.76 | 0 | 0.55 | 282.07 | 0.61 | 0.28 |
| Hex | 59 | 1C | 73 | 17 | 4C | 0 | 37 | 11A | 3D | 1C |
| Octal | 131 | 34 | 163 | 27 | 114 | 0 | 67 | 432 | 75 | 34 |
| Binary | 1011001 | 11100 | 1110011 | 10111 | 1001100 | 0 | 110111 | 100011010 | 111101 | 11100 |
Color Harmonies of #591C73
Complementary color
Monochromatic Colors of #591C73
Black with #591C73
Text Example
Text Example
White with #591C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C73; }
p { color: rgb(89,28,115); }
H1.HeaderClassName
{
color: #591C73;
}
.AnyTagClassName
{
color: #591C73;
}
</style>
background-color css
<style>
a { background-color: #591C73; }
a { background-color: rgb(89,28,115); }
div.DivClassName
{
background-color: #591C73;
}
.BgClassName
{
background-color: #591C73;
}
</style>
border-color css
<style>
span { border-color: #591C73; }
span { border-color: rgb(89,28,115); }
td.TdClassName
{
border-color: #591C73;
}
.TagClassName
{
border-color: #591C73;
}
</style>