Shades of Bright Grey #5B5E65
Tints of Bright Grey #5B5E65
RGB
CMYK
RGB Variations
Color information
#5B5E65 (or 0x5B5E65) is known color: Bright Grey. HEX triplet: 5B, 5E and 65. RGB value is (91,94,101). Sum of RGB (Red+Green+Blue) = 91+94+101=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B5E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5E65 is #A4A19A. Grayscale: #5D5D5D. Windows color (decimal): -10789275 or 6643291. OLE color: 6643291.
HSL color Cylindrical-coordinate representation of color #5B5E65: hue angle of 222º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5B5E65 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
RGB | 91 | 94 | 101 | - |
CMYK | 0.10 | 0.07 | 0 | 0.60 |
HSL | 222º | 0.05% | 0.38% | - |
HSV(B) | 222º | 0.1% | 0.4% | - |
XYZ | 10.67 | 11.17 | 13.91 | - |
YUV | 93.9 | 132.01 | 125.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 91 | 94 | 101 | 0.10 | 0.07 | 0 | 0.60 | 222 | 0.05 | 0.38 |
Hex | 5B | 5E | 65 | A | 7 | 0 | 3C | DE | 5 | 26 |
Octal | 133 | 136 | 145 | 12 | 7 | 0 | 74 | 336 | 5 | 46 |
Binary | 1011011 | 1011110 | 1100101 | 1010 | 111 | 0 | 111100 | 11011110 | 101 | 100110 |
Color Harmonies of #5B5E65
Complementary color
Monochromatic Colors of #5B5E65
Black with #5B5E65
Text Example
Text Example
White with #5B5E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5E65; }
p { color: rgb(91,94,101); }
H1.HeaderClassName
{
color: #5B5E65;
}
.AnyTagClassName
{
color: #5B5E65;
}
</style>
background-color css
<style>
a { background-color: #5B5E65; }
a { background-color: rgb(91,94,101); }
div.DivClassName
{
background-color: #5B5E65;
}
.BgClassName
{
background-color: #5B5E65;
}
</style>
border-color css
<style>
span { border-color: #5B5E65; }
span { border-color: rgb(91,94,101); }
td.TdClassName
{
border-color: #5B5E65;
}
.TagClassName
{
border-color: #5B5E65;
}
</style>