Shades of Mid Grey #5B686F
Tints of Mid Grey #5B686F
RGB
CMYK
RGB Variations
Color information
#5B686F (or 0x5B686F) is known color: Mid Grey. HEX triplet: 5B, 68 and 6F. RGB value is (91,104,111). Sum of RGB (Red+Green+Blue) = 91+104+111=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B686F is #A49790. Grayscale: #646464. Windows color (decimal): -10786705 or 7301211. OLE color: 7301211.
HSL color Cylindrical-coordinate representation of color #5B686F: hue angle of 201º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5B686F is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 104 | 111 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.56 |
| HSL | 201º | 0.1% | 0.4% | - |
| HSV(B) | 201º | 0.18% | 0.44% | - |
| XYZ | 12.13 | 13.27 | 16.96 | - |
| YUV | 100.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 104 | 111 | 0.18 | 0.06 | 0 | 0.56 | 201 | 0.1 | 0.4 |
| Hex | 5B | 68 | 6F | 12 | 6 | 0 | 38 | C9 | A | 28 |
| Octal | 133 | 150 | 157 | 22 | 6 | 0 | 70 | 311 | 12 | 50 |
| Binary | 1011011 | 1101000 | 1101111 | 10010 | 110 | 0 | 111000 | 11001001 | 1010 | 101000 |
Color Harmonies of #5B686F
Complementary color
Monochromatic Colors of #5B686F
Black with #5B686F
Text Example
Text Example
White with #5B686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B686F; }
p { color: rgb(91,104,111); }
H1.HeaderClassName
{
color: #5B686F;
}
.AnyTagClassName
{
color: #5B686F;
}
</style>
background-color css
<style>
a { background-color: #5B686F; }
a { background-color: rgb(91,104,111); }
div.DivClassName
{
background-color: #5B686F;
}
.BgClassName
{
background-color: #5B686F;
}
</style>
border-color css
<style>
span { border-color: #5B686F; }
span { border-color: rgb(91,104,111); }
td.TdClassName
{
border-color: #5B686F;
}
.TagClassName
{
border-color: #5B686F;
}
</style>