Shades of Blue Diamond #591C78
Tints of Blue Diamond #591C78
RGB
CMYK
RGB Variations
Color information
#591C78 (or 0x591C78) is known color: Blue Diamond. HEX triplet: 59, 1C and 78. RGB value is (89,28,120). Sum of RGB (Red+Green+Blue) = 89+28+120=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #591C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591C78 is #A6E387. Grayscale: #383838. Windows color (decimal): -10937224 or 7871577. OLE color: 7871577.
HSL color Cylindrical-coordinate representation of color #591C78: hue angle of 279.78º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #591C78 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 28 | 120 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.53 |
| HSL | 279.78º | 0.62% | 0.29% | - |
| HSV(B) | 279.78º | 0.77% | 0.47% | - |
| XYZ | 7.93 | 4.31 | 18.18 | - |
| YUV | 56.73 | 163.71 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 120 | 0.26 | 0.77 | 0 | 0.53 | 279.78 | 0.62 | 0.29 |
| Hex | 59 | 1C | 78 | 1A | 4D | 0 | 35 | 118 | 3E | 1D |
| Octal | 131 | 34 | 170 | 32 | 115 | 0 | 65 | 430 | 76 | 35 |
| Binary | 1011001 | 11100 | 1111000 | 11010 | 1001101 | 0 | 110101 | 100011000 | 111110 | 11101 |
Color Harmonies of #591C78
Complementary color
Monochromatic Colors of #591C78
Black with #591C78
Text Example
Text Example
White with #591C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C78; }
p { color: rgb(89,28,120); }
H1.HeaderClassName
{
color: #591C78;
}
.AnyTagClassName
{
color: #591C78;
}
</style>
background-color css
<style>
a { background-color: #591C78; }
a { background-color: rgb(89,28,120); }
div.DivClassName
{
background-color: #591C78;
}
.BgClassName
{
background-color: #591C78;
}
</style>
border-color css
<style>
span { border-color: #591C78; }
span { border-color: rgb(89,28,120); }
td.TdClassName
{
border-color: #591C78;
}
.TagClassName
{
border-color: #591C78;
}
</style>