Shades of Mid Grey #5C6A72
Tints of Mid Grey #5C6A72
RGB
CMYK
RGB Variations
Color information
#5C6A72 (or 0x5C6A72) is known color: Mid Grey. HEX triplet: 5C, 6A and 72. RGB value is (92,106,114). Sum of RGB (Red+Green+Blue) = 92+106+114=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 114 - color contains mainly: blue. Hex color #5C6A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6A72 is #A3958D. Grayscale: #666666. Windows color (decimal): -10720654 or 7498332. OLE color: 7498332.
HSL color Cylindrical-coordinate representation of color #5C6A72: hue angle of 201.82º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5C6A72 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 106 | 114 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.55 |
| HSL | 201.82º | 0.11% | 0.4% | - |
| HSV(B) | 201.82º | 0.19% | 0.45% | - |
| XYZ | 12.6 | 13.8 | 17.92 | - |
| YUV | 102.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 106 | 114 | 0.19 | 0.07 | 0 | 0.55 | 201.82 | 0.11 | 0.4 |
| Hex | 5C | 6A | 72 | 13 | 7 | 0 | 37 | CA | B | 28 |
| Octal | 134 | 152 | 162 | 23 | 7 | 0 | 67 | 312 | 13 | 50 |
| Binary | 1011100 | 1101010 | 1110010 | 10011 | 111 | 0 | 110111 | 11001010 | 1011 | 101000 |
Color Harmonies of #5C6A72
Complementary color
Monochromatic Colors of #5C6A72
Black with #5C6A72
Text Example
Text Example
White with #5C6A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6A72; }
p { color: rgb(92,106,114); }
H1.HeaderClassName
{
color: #5C6A72;
}
.AnyTagClassName
{
color: #5C6A72;
}
</style>
background-color css
<style>
a { background-color: #5C6A72; }
a { background-color: rgb(92,106,114); }
div.DivClassName
{
background-color: #5C6A72;
}
.BgClassName
{
background-color: #5C6A72;
}
</style>
border-color css
<style>
span { border-color: #5C6A72; }
span { border-color: rgb(92,106,114); }
td.TdClassName
{
border-color: #5C6A72;
}
.TagClassName
{
border-color: #5C6A72;
}
</style>