Shades of Comet #5B5D6F
Tints of Comet #5B5D6F
RGB
CMYK
RGB Variations
Color information
#5B5D6F (or 0x5B5D6F) is known color: Comet. HEX triplet: 5B, 5D and 6F. RGB value is (91,93,111). Sum of RGB (Red+Green+Blue) = 91+93+111=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B5D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5D6F is #A4A290. Grayscale: #5E5E5E. Windows color (decimal): -10789521 or 7298395. OLE color: 7298395.
HSL color Cylindrical-coordinate representation of color #5B5D6F: hue angle of 234º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5B5D6F is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 93 | 111 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.56 |
| HSL | 234º | 0.1% | 0.4% | - |
| HSV(B) | 234º | 0.18% | 0.44% | - |
| XYZ | 11.1 | 11.2 | 16.62 | - |
| YUV | 94.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 111 | 0.18 | 0.16 | 0 | 0.56 | 234 | 0.1 | 0.4 |
| Hex | 5B | 5D | 6F | 12 | 10 | 0 | 38 | EA | A | 28 |
| Octal | 133 | 135 | 157 | 22 | 20 | 0 | 70 | 352 | 12 | 50 |
| Binary | 1011011 | 1011101 | 1101111 | 10010 | 10000 | 0 | 111000 | 11101010 | 1010 | 101000 |
Color Harmonies of #5B5D6F
Complementary color
Monochromatic Colors of #5B5D6F
Black with #5B5D6F
Text Example
Text Example
White with #5B5D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5D6F; }
p { color: rgb(91,93,111); }
H1.HeaderClassName
{
color: #5B5D6F;
}
.AnyTagClassName
{
color: #5B5D6F;
}
</style>
background-color css
<style>
a { background-color: #5B5D6F; }
a { background-color: rgb(91,93,111); }
div.DivClassName
{
background-color: #5B5D6F;
}
.BgClassName
{
background-color: #5B5D6F;
}
</style>
border-color css
<style>
span { border-color: #5B5D6F; }
span { border-color: rgb(91,93,111); }
td.TdClassName
{
border-color: #5B5D6F;
}
.TagClassName
{
border-color: #5B5D6F;
}
</style>