Shades of Comet #5B5D78
Tints of Comet #5B5D78
RGB
CMYK
RGB Variations
Color information
#5B5D78 (or 0x5B5D78) is known color: Comet. HEX triplet: 5B, 5D and 78. RGB value is (91,93,120). Sum of RGB (Red+Green+Blue) = 91+93+120=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B5D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5D78 is #A4A287. Grayscale: #5F5F5F. Windows color (decimal): -10789512 or 7888219. OLE color: 7888219.
HSL color Cylindrical-coordinate representation of color #5B5D78: hue angle of 235.86º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B5D78 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 93 | 120 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.53 |
| HSL | 235.86º | 0.14% | 0.41% | - |
| HSV(B) | 235.86º | 0.24% | 0.47% | - |
| XYZ | 11.62 | 11.41 | 19.36 | - |
| YUV | 95.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 120 | 0.24 | 0.22 | 0 | 0.53 | 235.86 | 0.14 | 0.41 |
| Hex | 5B | 5D | 78 | 18 | 16 | 0 | 35 | EC | E | 29 |
| Octal | 133 | 135 | 170 | 30 | 26 | 0 | 65 | 354 | 16 | 51 |
| Binary | 1011011 | 1011101 | 1111000 | 11000 | 10110 | 0 | 110101 | 11101100 | 1110 | 101001 |
Color Harmonies of #5B5D78
Complementary color
Monochromatic Colors of #5B5D78
Black with #5B5D78
Text Example
Text Example
White with #5B5D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5D78; }
p { color: rgb(91,93,120); }
H1.HeaderClassName
{
color: #5B5D78;
}
.AnyTagClassName
{
color: #5B5D78;
}
</style>
background-color css
<style>
a { background-color: #5B5D78; }
a { background-color: rgb(91,93,120); }
div.DivClassName
{
background-color: #5B5D78;
}
.BgClassName
{
background-color: #5B5D78;
}
</style>
border-color css
<style>
span { border-color: #5B5D78; }
span { border-color: rgb(91,93,120); }
td.TdClassName
{
border-color: #5B5D78;
}
.TagClassName
{
border-color: #5B5D78;
}
</style>