Shades of Blue Diamond #591D78
Tints of Blue Diamond #591D78
RGB
CMYK
RGB Variations
Color information
#591D78 (or 0x591D78) is known color: Blue Diamond. HEX triplet: 59, 1D and 78. RGB value is (89,29,120). Sum of RGB (Red+Green+Blue) = 89+29+120=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #591D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591D78 is #A6E287. Grayscale: #393939. Windows color (decimal): -10936968 or 7871833. OLE color: 7871833.
HSL color Cylindrical-coordinate representation of color #591D78: hue angle of 279.56º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591D78 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 29 | 120 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.53 |
| HSL | 279.56º | 0.61% | 0.29% | - |
| HSV(B) | 279.56º | 0.76% | 0.47% | - |
| XYZ | 7.95 | 4.36 | 18.19 | - |
| YUV | 57.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 120 | 0.26 | 0.76 | 0 | 0.53 | 279.56 | 0.61 | 0.29 |
| Hex | 59 | 1D | 78 | 1A | 4C | 0 | 35 | 118 | 3D | 1D |
| Octal | 131 | 35 | 170 | 32 | 114 | 0 | 65 | 430 | 75 | 35 |
| Binary | 1011001 | 11101 | 1111000 | 11010 | 1001100 | 0 | 110101 | 100011000 | 111101 | 11101 |
Color Harmonies of #591D78
Complementary color
Monochromatic Colors of #591D78
Black with #591D78
Text Example
Text Example
White with #591D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D78; }
p { color: rgb(89,29,120); }
H1.HeaderClassName
{
color: #591D78;
}
.AnyTagClassName
{
color: #591D78;
}
</style>
background-color css
<style>
a { background-color: #591D78; }
a { background-color: rgb(89,29,120); }
div.DivClassName
{
background-color: #591D78;
}
.BgClassName
{
background-color: #591D78;
}
</style>
border-color css
<style>
span { border-color: #591D78; }
span { border-color: rgb(89,29,120); }
td.TdClassName
{
border-color: #591D78;
}
.TagClassName
{
border-color: #591D78;
}
</style>