Shades of Comet #5B5978
Tints of Comet #5B5978
RGB
CMYK
RGB Variations
Color information
#5B5978 (or 0x5B5978) is known color: Comet. HEX triplet: 5B, 59 and 78. RGB value is (91,89,120). Sum of RGB (Red+Green+Blue) = 91+89+120=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B5978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5978 is #A4A687. Grayscale: #5D5D5D. Windows color (decimal): -10790536 or 7887195. OLE color: 7887195.
HSL color Cylindrical-coordinate representation of color #5B5978: hue angle of 243.87º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B5978 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 89 | 120 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.53 |
| HSL | 243.87º | 0.15% | 0.41% | - |
| HSV(B) | 243.87º | 0.26% | 0.47% | - |
| XYZ | 11.28 | 10.72 | 19.25 | - |
| YUV | 93.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 120 | 0.24 | 0.26 | 0 | 0.53 | 243.87 | 0.15 | 0.41 |
| Hex | 5B | 59 | 78 | 18 | 1A | 0 | 35 | F4 | F | 29 |
| Octal | 133 | 131 | 170 | 30 | 32 | 0 | 65 | 364 | 17 | 51 |
| Binary | 1011011 | 1011001 | 1111000 | 11000 | 11010 | 0 | 110101 | 11110100 | 1111 | 101001 |
Color Harmonies of #5B5978
Complementary color
Monochromatic Colors of #5B5978
Black with #5B5978
Text Example
Text Example
White with #5B5978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5978; }
p { color: rgb(91,89,120); }
H1.HeaderClassName
{
color: #5B5978;
}
.AnyTagClassName
{
color: #5B5978;
}
</style>
background-color css
<style>
a { background-color: #5B5978; }
a { background-color: rgb(91,89,120); }
div.DivClassName
{
background-color: #5B5978;
}
.BgClassName
{
background-color: #5B5978;
}
</style>
border-color css
<style>
span { border-color: #5B5978; }
span { border-color: rgb(91,89,120); }
td.TdClassName
{
border-color: #5B5978;
}
.TagClassName
{
border-color: #5B5978;
}
</style>