Shades of Mid Grey #5B6870
Tints of Mid Grey #5B6870
RGB
CMYK
RGB Variations
Color information
#5B6870 (or 0x5B6870) is known color: Mid Grey. HEX triplet: 5B, 68 and 70. RGB value is (91,104,112). Sum of RGB (Red+Green+Blue) = 91+104+112=307 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.64% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B6870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6870 is #A4978F. Grayscale: #646464. Windows color (decimal): -10786704 or 7366747. OLE color: 7366747.
HSL color Cylindrical-coordinate representation of color #5B6870: hue angle of 202.86º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B6870 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 104 | 112 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.56 |
| HSL | 202.86º | 0.1% | 0.4% | - |
| HSV(B) | 202.86º | 0.19% | 0.44% | - |
| XYZ | 12.19 | 13.29 | 17.25 | - |
| YUV | 101.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 104 | 112 | 0.19 | 0.07 | 0 | 0.56 | 202.86 | 0.1 | 0.4 |
| Hex | 5B | 68 | 70 | 13 | 7 | 0 | 38 | CB | A | 28 |
| Octal | 133 | 150 | 160 | 23 | 7 | 0 | 70 | 313 | 12 | 50 |
| Binary | 1011011 | 1101000 | 1110000 | 10011 | 111 | 0 | 111000 | 11001011 | 1010 | 101000 |
Color Harmonies of #5B6870
Complementary color
Monochromatic Colors of #5B6870
Black with #5B6870
Text Example
Text Example
White with #5B6870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6870; }
p { color: rgb(91,104,112); }
H1.HeaderClassName
{
color: #5B6870;
}
.AnyTagClassName
{
color: #5B6870;
}
</style>
background-color css
<style>
a { background-color: #5B6870; }
a { background-color: rgb(91,104,112); }
div.DivClassName
{
background-color: #5B6870;
}
.BgClassName
{
background-color: #5B6870;
}
</style>
border-color css
<style>
span { border-color: #5B6870; }
span { border-color: rgb(91,104,112); }
td.TdClassName
{
border-color: #5B6870;
}
.TagClassName
{
border-color: #5B6870;
}
</style>