Shades of Bright Grey #5B5D60
Tints of Bright Grey #5B5D60
RGB
CMYK
RGB Variations
Color information
#5B5D60 (or 0x5B5D60) is known color: Bright Grey. HEX triplet: 5B, 5D and 60. RGB value is (91,93,96). Sum of RGB (Red+Green+Blue) = 91+93+96=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B5D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5D60 is #A4A29F. Grayscale: #5C5C5C. Windows color (decimal): -10789536 or 6315355. OLE color: 6315355.
HSL color Cylindrical-coordinate representation of color #5B5D60: hue angle of 216º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5B5D60 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 93 | 96 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.62 |
| HSL | 216º | 0.03% | 0.37% | - |
| HSV(B) | 216º | 0.05% | 0.38% | - |
| XYZ | 10.34 | 10.9 | 12.62 | - |
| YUV | 92.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 96 | 0.05 | 0.03 | 0 | 0.62 | 216 | 0.03 | 0.37 |
| Hex | 5B | 5D | 60 | 5 | 3 | 0 | 3E | D8 | 3 | 25 |
| Octal | 133 | 135 | 140 | 5 | 3 | 0 | 76 | 330 | 3 | 45 |
| Binary | 1011011 | 1011101 | 1100000 | 101 | 11 | 0 | 111110 | 11011000 | 11 | 100101 |
Color Harmonies of #5B5D60
Complementary color
Monochromatic Colors of #5B5D60
Black with #5B5D60
Text Example
Text Example
White with #5B5D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5D60; }
p { color: rgb(91,93,96); }
H1.HeaderClassName
{
color: #5B5D60;
}
.AnyTagClassName
{
color: #5B5D60;
}
</style>
background-color css
<style>
a { background-color: #5B5D60; }
a { background-color: rgb(91,93,96); }
div.DivClassName
{
background-color: #5B5D60;
}
.BgClassName
{
background-color: #5B5D60;
}
</style>
border-color css
<style>
span { border-color: #5B5D60; }
span { border-color: rgb(91,93,96); }
td.TdClassName
{
border-color: #5B5D60;
}
.TagClassName
{
border-color: #5B5D60;
}
</style>