Shades of Mid Grey #5F6D75
Tints of Mid Grey #5F6D75
RGB
CMYK
RGB Variations
Color information
#5F6D75 (or 0x5F6D75) is known color: Mid Grey. HEX triplet: 5F, 6D and 75. RGB value is (95,109,117). Sum of RGB (Red+Green+Blue) = 95+109+117=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 117 - color contains mainly: blue. Hex color #5F6D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6D75 is #A0928A. Grayscale: #696969. Windows color (decimal): -10523275 or 7695711. OLE color: 7695711.
HSL color Cylindrical-coordinate representation of color #5F6D75: hue angle of 201.82º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F6D75 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 109 | 117 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.54 |
| HSL | 201.82º | 0.1% | 0.42% | - |
| HSV(B) | 201.82º | 0.19% | 0.46% | - |
| XYZ | 13.4 | 14.65 | 18.95 | - |
| YUV | 105.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 109 | 117 | 0.19 | 0.07 | 0 | 0.54 | 201.82 | 0.1 | 0.42 |
| Hex | 5F | 6D | 75 | 13 | 7 | 0 | 36 | CA | A | 2A |
| Octal | 137 | 155 | 165 | 23 | 7 | 0 | 66 | 312 | 12 | 52 |
| Binary | 1011111 | 1101101 | 1110101 | 10011 | 111 | 0 | 110110 | 11001010 | 1010 | 101010 |
Color Harmonies of #5F6D75
Complementary color
Monochromatic Colors of #5F6D75
Black with #5F6D75
Text Example
Text Example
White with #5F6D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6D75; }
p { color: rgb(95,109,117); }
H1.HeaderClassName
{
color: #5F6D75;
}
.AnyTagClassName
{
color: #5F6D75;
}
</style>
background-color css
<style>
a { background-color: #5F6D75; }
a { background-color: rgb(95,109,117); }
div.DivClassName
{
background-color: #5F6D75;
}
.BgClassName
{
background-color: #5F6D75;
}
</style>
border-color css
<style>
span { border-color: #5F6D75; }
span { border-color: rgb(95,109,117); }
td.TdClassName
{
border-color: #5F6D75;
}
.TagClassName
{
border-color: #5F6D75;
}
</style>