Shades of Blue Diamond #5A2076
Tints of Blue Diamond #5A2076
RGB
CMYK
RGB Variations
Color information
#5A2076 (or 0x5A2076) is known color: Blue Diamond. HEX triplet: 5A, 20 and 76. RGB value is (90,32,118). Sum of RGB (Red+Green+Blue) = 90+32+118=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A2076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2076 is #A5DF89. Grayscale: #3A3A3A. Windows color (decimal): -10870666 or 7741530. OLE color: 7741530.
HSL color Cylindrical-coordinate representation of color #5A2076: hue angle of 280.47º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A2076 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 32 | 118 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.54 |
| HSL | 280.47º | 0.57% | 0.29% | - |
| HSV(B) | 280.47º | 0.73% | 0.46% | - |
| XYZ | 8 | 4.51 | 17.59 | - |
| YUV | 59.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 32 | 118 | 0.24 | 0.73 | 0 | 0.54 | 280.47 | 0.57 | 0.29 |
| Hex | 5A | 20 | 76 | 18 | 49 | 0 | 36 | 118 | 39 | 1D |
| Octal | 132 | 40 | 166 | 30 | 111 | 0 | 66 | 430 | 71 | 35 |
| Binary | 1011010 | 100000 | 1110110 | 11000 | 1001001 | 0 | 110110 | 100011000 | 111001 | 11101 |
Color Harmonies of #5A2076
Complementary color
Monochromatic Colors of #5A2076
Black with #5A2076
Text Example
Text Example
White with #5A2076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2076; }
p { color: rgb(90,32,118); }
H1.HeaderClassName
{
color: #5A2076;
}
.AnyTagClassName
{
color: #5A2076;
}
</style>
background-color css
<style>
a { background-color: #5A2076; }
a { background-color: rgb(90,32,118); }
div.DivClassName
{
background-color: #5A2076;
}
.BgClassName
{
background-color: #5A2076;
}
</style>
border-color css
<style>
span { border-color: #5A2076; }
span { border-color: rgb(90,32,118); }
td.TdClassName
{
border-color: #5A2076;
}
.TagClassName
{
border-color: #5A2076;
}
</style>