Shades of Comet #5B5D73
Tints of Comet #5B5D73
RGB
CMYK
RGB Variations
Color information
#5B5D73 (or 0x5B5D73) is known color: Comet. HEX triplet: 5B, 5D and 73. RGB value is (91,93,115). Sum of RGB (Red+Green+Blue) = 91+93+115=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B5D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5D73 is #A4A28C. Grayscale: #5E5E5E. Windows color (decimal): -10789517 or 7560539. OLE color: 7560539.
HSL color Cylindrical-coordinate representation of color #5B5D73: hue angle of 235º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B5D73 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 93 | 115 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.55 |
| HSL | 235º | 0.12% | 0.4% | - |
| HSV(B) | 235º | 0.21% | 0.45% | - |
| XYZ | 11.32 | 11.29 | 17.8 | - |
| YUV | 94.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 115 | 0.21 | 0.19 | 0 | 0.55 | 235 | 0.12 | 0.4 |
| Hex | 5B | 5D | 73 | 15 | 13 | 0 | 37 | EB | C | 28 |
| Octal | 133 | 135 | 163 | 25 | 23 | 0 | 67 | 353 | 14 | 50 |
| Binary | 1011011 | 1011101 | 1110011 | 10101 | 10011 | 0 | 110111 | 11101011 | 1100 | 101000 |
Color Harmonies of #5B5D73
Complementary color
Monochromatic Colors of #5B5D73
Black with #5B5D73
Text Example
Text Example
White with #5B5D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5D73; }
p { color: rgb(91,93,115); }
H1.HeaderClassName
{
color: #5B5D73;
}
.AnyTagClassName
{
color: #5B5D73;
}
</style>
background-color css
<style>
a { background-color: #5B5D73; }
a { background-color: rgb(91,93,115); }
div.DivClassName
{
background-color: #5B5D73;
}
.BgClassName
{
background-color: #5B5D73;
}
</style>
border-color css
<style>
span { border-color: #5B5D73; }
span { border-color: rgb(91,93,115); }
td.TdClassName
{
border-color: #5B5D73;
}
.TagClassName
{
border-color: #5B5D73;
}
</style>