Shades of Mid Grey #5C656A
Tints of Mid Grey #5C656A
RGB
CMYK
RGB Variations
Color information
#5C656A (or 0x5C656A) is known color: Mid Grey. HEX triplet: 5C, 65 and 6A. RGB value is (92,101,106). Sum of RGB (Red+Green+Blue) = 92+101+106=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 106 - color contains mainly: blue. Hex color #5C656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C656A is #A39A95. Grayscale: #626262. Windows color (decimal): -10721942 or 6972764. OLE color: 6972764.
HSL color Cylindrical-coordinate representation of color #5C656A: hue angle of 201.43º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5C656A is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 101 | 106 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.58 |
| HSL | 201.43º | 0.07% | 0.39% | - |
| HSV(B) | 201.43º | 0.13% | 0.42% | - |
| XYZ | 11.67 | 12.62 | 15.46 | - |
| YUV | 98.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 106 | 0.13 | 0.05 | 0 | 0.58 | 201.43 | 0.07 | 0.39 |
| Hex | 5C | 65 | 6A | D | 5 | 0 | 3A | C9 | 7 | 27 |
| Octal | 134 | 145 | 152 | 15 | 5 | 0 | 72 | 311 | 7 | 47 |
| Binary | 1011100 | 1100101 | 1101010 | 1101 | 101 | 0 | 111010 | 11001001 | 111 | 100111 |
Color Harmonies of #5C656A
Complementary color
Monochromatic Colors of #5C656A
Black with #5C656A
Text Example
Text Example
White with #5C656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C656A; }
p { color: rgb(92,101,106); }
H1.HeaderClassName
{
color: #5C656A;
}
.AnyTagClassName
{
color: #5C656A;
}
</style>
background-color css
<style>
a { background-color: #5C656A; }
a { background-color: rgb(92,101,106); }
div.DivClassName
{
background-color: #5C656A;
}
.BgClassName
{
background-color: #5C656A;
}
</style>
border-color css
<style>
span { border-color: #5C656A; }
span { border-color: rgb(92,101,106); }
td.TdClassName
{
border-color: #5C656A;
}
.TagClassName
{
border-color: #5C656A;
}
</style>