Shades of Bright Grey #5B606D
Tints of Bright Grey #5B606D
RGB
CMYK
RGB Variations
Color information
#5B606D (or 0x5B606D) is known color: Bright Grey. HEX triplet: 5B, 60 and 6D. RGB value is (91,96,109). Sum of RGB (Red+Green+Blue) = 91+96+109=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B606D is #A49F92. Grayscale: #5F5F5F. Windows color (decimal): -10788755 or 7168091. OLE color: 7168091.
HSL color Cylindrical-coordinate representation of color #5B606D: hue angle of 223.33º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5B606D is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 96 | 109 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.57 |
| HSL | 223.33º | 0.09% | 0.39% | - |
| HSV(B) | 223.33º | 0.17% | 0.43% | - |
| XYZ | 11.26 | 11.69 | 16.13 | - |
| YUV | 95.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 96 | 109 | 0.17 | 0.12 | 0 | 0.57 | 223.33 | 0.09 | 0.39 |
| Hex | 5B | 60 | 6D | 11 | C | 0 | 39 | DF | 9 | 27 |
| Octal | 133 | 140 | 155 | 21 | 14 | 0 | 71 | 337 | 11 | 47 |
| Binary | 1011011 | 1100000 | 1101101 | 10001 | 1100 | 0 | 111001 | 11011111 | 1001 | 100111 |
Color Harmonies of #5B606D
Complementary color
Monochromatic Colors of #5B606D
Black with #5B606D
Text Example
Text Example
White with #5B606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B606D; }
p { color: rgb(91,96,109); }
H1.HeaderClassName
{
color: #5B606D;
}
.AnyTagClassName
{
color: #5B606D;
}
</style>
background-color css
<style>
a { background-color: #5B606D; }
a { background-color: rgb(91,96,109); }
div.DivClassName
{
background-color: #5B606D;
}
.BgClassName
{
background-color: #5B606D;
}
</style>
border-color css
<style>
span { border-color: #5B606D; }
span { border-color: rgb(91,96,109); }
td.TdClassName
{
border-color: #5B606D;
}
.TagClassName
{
border-color: #5B606D;
}
</style>