Shades of Comet #5B5976
Tints of Comet #5B5976
RGB
CMYK
RGB Variations
Color information
#5B5976 (or 0x5B5976) is known color: Comet. HEX triplet: 5B, 59 and 76. RGB value is (91,89,118). Sum of RGB (Red+Green+Blue) = 91+89+118=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B5976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5976 is #A4A689. Grayscale: #5C5C5C. Windows color (decimal): -10790538 or 7756123. OLE color: 7756123.
HSL color Cylindrical-coordinate representation of color #5B5976: hue angle of 244.14º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B5976 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 89 | 118 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.54 |
| HSL | 244.14º | 0.14% | 0.41% | - |
| HSV(B) | 244.14º | 0.25% | 0.46% | - |
| XYZ | 11.16 | 10.68 | 18.61 | - |
| YUV | 92.9 | 142.16 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 118 | 0.23 | 0.25 | 0 | 0.54 | 244.14 | 0.14 | 0.41 |
| Hex | 5B | 59 | 76 | 17 | 19 | 0 | 36 | F4 | E | 29 |
| Octal | 133 | 131 | 166 | 27 | 31 | 0 | 66 | 364 | 16 | 51 |
| Binary | 1011011 | 1011001 | 1110110 | 10111 | 11001 | 0 | 110110 | 11110100 | 1110 | 101001 |
Color Harmonies of #5B5976
Complementary color
Monochromatic Colors of #5B5976
Black with #5B5976
Text Example
Text Example
White with #5B5976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5976; }
p { color: rgb(91,89,118); }
H1.HeaderClassName
{
color: #5B5976;
}
.AnyTagClassName
{
color: #5B5976;
}
</style>
background-color css
<style>
a { background-color: #5B5976; }
a { background-color: rgb(91,89,118); }
div.DivClassName
{
background-color: #5B5976;
}
.BgClassName
{
background-color: #5B5976;
}
</style>
border-color css
<style>
span { border-color: #5B5976; }
span { border-color: rgb(91,89,118); }
td.TdClassName
{
border-color: #5B5976;
}
.TagClassName
{
border-color: #5B5976;
}
</style>