Shades of Mid Grey #5E6569
Tints of Mid Grey #5E6569
RGB
CMYK
RGB Variations
Color information
#5E6569 (or 0x5E6569) is known color: Mid Grey. HEX triplet: 5E, 65 and 69. RGB value is (94,101,105). Sum of RGB (Red+Green+Blue) = 94+101+105=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 105 - color contains mainly: blue. Hex color #5E6569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6569 is #A19A96. Grayscale: #636363. Windows color (decimal): -10590871 or 6907230. OLE color: 6907230.
HSL color Cylindrical-coordinate representation of color #5E6569: hue angle of 201.82º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5E6569 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 101 | 105 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.59 |
| HSL | 201.82º | 0.06% | 0.39% | - |
| HSV(B) | 201.82º | 0.1% | 0.41% | - |
| XYZ | 11.82 | 12.71 | 15.19 | - |
| YUV | 99.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 105 | 0.10 | 0.04 | 0 | 0.59 | 201.82 | 0.06 | 0.39 |
| Hex | 5E | 65 | 69 | A | 4 | 0 | 3B | CA | 6 | 27 |
| Octal | 136 | 145 | 151 | 12 | 4 | 0 | 73 | 312 | 6 | 47 |
| Binary | 1011110 | 1100101 | 1101001 | 1010 | 100 | 0 | 111011 | 11001010 | 110 | 100111 |
Color Harmonies of #5E6569
Complementary color
Monochromatic Colors of #5E6569
Black with #5E6569
Text Example
Text Example
White with #5E6569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6569; }
p { color: rgb(94,101,105); }
H1.HeaderClassName
{
color: #5E6569;
}
.AnyTagClassName
{
color: #5E6569;
}
</style>
background-color css
<style>
a { background-color: #5E6569; }
a { background-color: rgb(94,101,105); }
div.DivClassName
{
background-color: #5E6569;
}
.BgClassName
{
background-color: #5E6569;
}
</style>
border-color css
<style>
span { border-color: #5E6569; }
span { border-color: rgb(94,101,105); }
td.TdClassName
{
border-color: #5E6569;
}
.TagClassName
{
border-color: #5E6569;
}
</style>