Shades of Blue Diamond #591A73
Tints of Blue Diamond #591A73
RGB
CMYK
RGB Variations
Color information
#591A73 (or 0x591A73) is known color: Blue Diamond. HEX triplet: 59, 1A and 73. RGB value is (89,26,115). Sum of RGB (Red+Green+Blue) = 89+26+115=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #591A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591A73 is #A6E58C. Grayscale: #363636. Windows color (decimal): -10937741 or 7543385. OLE color: 7543385.
HSL color Cylindrical-coordinate representation of color #591A73: hue angle of 282.47º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #591A73 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 26 | 115 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.55 |
| HSL | 282.47º | 0.63% | 0.28% | - |
| HSV(B) | 282.47º | 0.77% | 0.45% | - |
| XYZ | 7.58 | 4.1 | 16.61 | - |
| YUV | 54.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 115 | 0.23 | 0.77 | 0 | 0.55 | 282.47 | 0.63 | 0.28 |
| Hex | 59 | 1A | 73 | 17 | 4D | 0 | 37 | 11A | 3F | 1C |
| Octal | 131 | 32 | 163 | 27 | 115 | 0 | 67 | 432 | 77 | 34 |
| Binary | 1011001 | 11010 | 1110011 | 10111 | 1001101 | 0 | 110111 | 100011010 | 111111 | 11100 |
Color Harmonies of #591A73
Complementary color
Monochromatic Colors of #591A73
Black with #591A73
Text Example
Text Example
White with #591A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A73; }
p { color: rgb(89,26,115); }
H1.HeaderClassName
{
color: #591A73;
}
.AnyTagClassName
{
color: #591A73;
}
</style>
background-color css
<style>
a { background-color: #591A73; }
a { background-color: rgb(89,26,115); }
div.DivClassName
{
background-color: #591A73;
}
.BgClassName
{
background-color: #591A73;
}
</style>
border-color css
<style>
span { border-color: #591A73; }
span { border-color: rgb(89,26,115); }
td.TdClassName
{
border-color: #591A73;
}
.TagClassName
{
border-color: #591A73;
}
</style>