Shades of Blue Diamond #592077
Tints of Blue Diamond #592077
RGB
CMYK
RGB Variations
Color information
#592077 (or 0x592077) is known color: Blue Diamond. HEX triplet: 59, 20 and 77. RGB value is (89,32,119). Sum of RGB (Red+Green+Blue) = 89+32+119=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #592077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592077 is #A6DF88. Grayscale: #3A3A3A. Windows color (decimal): -10936201 or 7807065. OLE color: 7807065.
HSL color Cylindrical-coordinate representation of color #592077: hue angle of 279.31º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #592077 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 32 | 119 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.53 |
| HSL | 279.31º | 0.58% | 0.3% | - |
| HSV(B) | 279.31º | 0.73% | 0.47% | - |
| XYZ | 7.97 | 4.49 | 17.9 | - |
| YUV | 58.96 | 161.88 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 119 | 0.25 | 0.73 | 0 | 0.53 | 279.31 | 0.58 | 0.3 |
| Hex | 59 | 20 | 77 | 19 | 49 | 0 | 35 | 117 | 3A | 1E |
| Octal | 131 | 40 | 167 | 31 | 111 | 0 | 65 | 427 | 72 | 36 |
| Binary | 1011001 | 100000 | 1110111 | 11001 | 1001001 | 0 | 110101 | 100010111 | 111010 | 11110 |
Color Harmonies of #592077
Complementary color
Monochromatic Colors of #592077
Black with #592077
Text Example
Text Example
White with #592077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592077; }
p { color: rgb(89,32,119); }
H1.HeaderClassName
{
color: #592077;
}
.AnyTagClassName
{
color: #592077;
}
</style>
background-color css
<style>
a { background-color: #592077; }
a { background-color: rgb(89,32,119); }
div.DivClassName
{
background-color: #592077;
}
.BgClassName
{
background-color: #592077;
}
</style>
border-color css
<style>
span { border-color: #592077; }
span { border-color: rgb(89,32,119); }
td.TdClassName
{
border-color: #592077;
}
.TagClassName
{
border-color: #592077;
}
</style>