Shades of Mid Grey #5A676E
Tints of Mid Grey #5A676E
RGB
CMYK
RGB Variations
Color information
#5A676E (or 0x5A676E) is known color: Mid Grey. HEX triplet: 5A, 67 and 6E. RGB value is (90,103,110). Sum of RGB (Red+Green+Blue) = 90+103+110=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A676E is #A59891. Grayscale: #636363. Windows color (decimal): -10852498 or 7235418. OLE color: 7235418.
HSL color Cylindrical-coordinate representation of color #5A676E: hue angle of 201º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A676E is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 103 | 110 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.57 |
| HSL | 201º | 0.1% | 0.39% | - |
| HSV(B) | 201º | 0.18% | 0.43% | - |
| XYZ | 11.88 | 13 | 16.63 | - |
| YUV | 99.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 110 | 0.18 | 0.06 | 0 | 0.57 | 201 | 0.1 | 0.39 |
| Hex | 5A | 67 | 6E | 12 | 6 | 0 | 39 | C9 | A | 27 |
| Octal | 132 | 147 | 156 | 22 | 6 | 0 | 71 | 311 | 12 | 47 |
| Binary | 1011010 | 1100111 | 1101110 | 10010 | 110 | 0 | 111001 | 11001001 | 1010 | 100111 |
Color Harmonies of #5A676E
Complementary color
Monochromatic Colors of #5A676E
Black with #5A676E
Text Example
Text Example
White with #5A676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A676E; }
p { color: rgb(90,103,110); }
H1.HeaderClassName
{
color: #5A676E;
}
.AnyTagClassName
{
color: #5A676E;
}
</style>
background-color css
<style>
a { background-color: #5A676E; }
a { background-color: rgb(90,103,110); }
div.DivClassName
{
background-color: #5A676E;
}
.BgClassName
{
background-color: #5A676E;
}
</style>
border-color css
<style>
span { border-color: #5A676E; }
span { border-color: rgb(90,103,110); }
td.TdClassName
{
border-color: #5A676E;
}
.TagClassName
{
border-color: #5A676E;
}
</style>