Shades of Mid Grey #5B6C78
Tints of Mid Grey #5B6C78
RGB
CMYK
RGB Variations
Color information
#5B6C78 (or 0x5B6C78) is known color: Mid Grey. HEX triplet: 5B, 6C and 78. RGB value is (91,108,120). Sum of RGB (Red+Green+Blue) = 91+108+120=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B6C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6C78 is #A49387. Grayscale: #686868. Windows color (decimal): -10785672 or 7892059. OLE color: 7892059.
HSL color Cylindrical-coordinate representation of color #5B6C78: hue angle of 204.83º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B6C78 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 108 | 120 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.53 |
| HSL | 204.83º | 0.14% | 0.41% | - |
| HSV(B) | 204.83º | 0.24% | 0.47% | - |
| XYZ | 13.07 | 14.31 | 19.84 | - |
| YUV | 104.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 108 | 120 | 0.24 | 0.10 | 0 | 0.53 | 204.83 | 0.14 | 0.41 |
| Hex | 5B | 6C | 78 | 18 | A | 0 | 35 | CD | E | 29 |
| Octal | 133 | 154 | 170 | 30 | 12 | 0 | 65 | 315 | 16 | 51 |
| Binary | 1011011 | 1101100 | 1111000 | 11000 | 1010 | 0 | 110101 | 11001101 | 1110 | 101001 |
Color Harmonies of #5B6C78
Complementary color
Monochromatic Colors of #5B6C78
Black with #5B6C78
Text Example
Text Example
White with #5B6C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6C78; }
p { color: rgb(91,108,120); }
H1.HeaderClassName
{
color: #5B6C78;
}
.AnyTagClassName
{
color: #5B6C78;
}
</style>
background-color css
<style>
a { background-color: #5B6C78; }
a { background-color: rgb(91,108,120); }
div.DivClassName
{
background-color: #5B6C78;
}
.BgClassName
{
background-color: #5B6C78;
}
</style>
border-color css
<style>
span { border-color: #5B6C78; }
span { border-color: rgb(91,108,120); }
td.TdClassName
{
border-color: #5B6C78;
}
.TagClassName
{
border-color: #5B6C78;
}
</style>