Shades of Blue Diamond #5A2077
Tints of Blue Diamond #5A2077
RGB
CMYK
RGB Variations
Color information
#5A2077 (or 0x5A2077) is known color: Blue Diamond. HEX triplet: 5A, 20 and 77. RGB value is (90,32,119). Sum of RGB (Red+Green+Blue) = 90+32+119=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A2077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2077 is #A5DF88. Grayscale: #3A3A3A. Windows color (decimal): -10870665 or 7807066. OLE color: 7807066.
HSL color Cylindrical-coordinate representation of color #5A2077: hue angle of 280º 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 #5A2077 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 32 | 119 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.53 |
| HSL | 280º | 0.58% | 0.3% | - |
| HSV(B) | 280º | 0.73% | 0.47% | - |
| XYZ | 8.06 | 4.54 | 17.9 | - |
| YUV | 59.26 | 161.72 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 32 | 119 | 0.24 | 0.73 | 0 | 0.53 | 280 | 0.58 | 0.3 |
| Hex | 5A | 20 | 77 | 18 | 49 | 0 | 35 | 118 | 3A | 1E |
| Octal | 132 | 40 | 167 | 30 | 111 | 0 | 65 | 430 | 72 | 36 |
| Binary | 1011010 | 100000 | 1110111 | 11000 | 1001001 | 0 | 110101 | 100011000 | 111010 | 11110 |
Color Harmonies of #5A2077
Complementary color
Monochromatic Colors of #5A2077
Black with #5A2077
Text Example
Text Example
White with #5A2077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2077; }
p { color: rgb(90,32,119); }
H1.HeaderClassName
{
color: #5A2077;
}
.AnyTagClassName
{
color: #5A2077;
}
</style>
background-color css
<style>
a { background-color: #5A2077; }
a { background-color: rgb(90,32,119); }
div.DivClassName
{
background-color: #5A2077;
}
.BgClassName
{
background-color: #5A2077;
}
</style>
border-color css
<style>
span { border-color: #5A2077; }
span { border-color: rgb(90,32,119); }
td.TdClassName
{
border-color: #5A2077;
}
.TagClassName
{
border-color: #5A2077;
}
</style>