Shades of Mid Grey #5A6B76
Tints of Mid Grey #5A6B76
RGB
CMYK
RGB Variations
Color information
#5A6B76 (or 0x5A6B76) is known color: Mid Grey. HEX triplet: 5A, 6B and 76. RGB value is (90,107,118). Sum of RGB (Red+Green+Blue) = 90+107+118=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A6B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6B76 is #A59489. Grayscale: #676767. Windows color (decimal): -10851466 or 7760730. OLE color: 7760730.
HSL color Cylindrical-coordinate representation of color #5A6B76: hue angle of 203.57º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A6B76 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 107 | 118 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.54 |
| HSL | 203.57º | 0.13% | 0.41% | - |
| HSV(B) | 203.57º | 0.24% | 0.46% | - |
| XYZ | 12.74 | 14 | 19.17 | - |
| YUV | 103.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 107 | 118 | 0.24 | 0.09 | 0 | 0.54 | 203.57 | 0.13 | 0.41 |
| Hex | 5A | 6B | 76 | 18 | 9 | 0 | 36 | CC | D | 29 |
| Octal | 132 | 153 | 166 | 30 | 11 | 0 | 66 | 314 | 15 | 51 |
| Binary | 1011010 | 1101011 | 1110110 | 11000 | 1001 | 0 | 110110 | 11001100 | 1101 | 101001 |
Color Harmonies of #5A6B76
Complementary color
Monochromatic Colors of #5A6B76
Black with #5A6B76
Text Example
Text Example
White with #5A6B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6B76; }
p { color: rgb(90,107,118); }
H1.HeaderClassName
{
color: #5A6B76;
}
.AnyTagClassName
{
color: #5A6B76;
}
</style>
background-color css
<style>
a { background-color: #5A6B76; }
a { background-color: rgb(90,107,118); }
div.DivClassName
{
background-color: #5A6B76;
}
.BgClassName
{
background-color: #5A6B76;
}
</style>
border-color css
<style>
span { border-color: #5A6B76; }
span { border-color: rgb(90,107,118); }
td.TdClassName
{
border-color: #5A6B76;
}
.TagClassName
{
border-color: #5A6B76;
}
</style>