Shades of Comet #5B5972
Tints of Comet #5B5972
RGB
CMYK
RGB Variations
Color information
#5B5972 (or 0x5B5972) is known color: Comet. HEX triplet: 5B, 59 and 72. RGB value is (91,89,114). Sum of RGB (Red+Green+Blue) = 91+89+114=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B5972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5972 is #A4A68D. Grayscale: #5C5C5C. Windows color (decimal): -10790542 or 7493979. OLE color: 7493979.
HSL color Cylindrical-coordinate representation of color #5B5972: hue angle of 244.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B5972 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 89 | 114 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.55 |
| HSL | 244.8º | 0.12% | 0.4% | - |
| HSV(B) | 244.8º | 0.22% | 0.45% | - |
| XYZ | 10.92 | 10.58 | 17.39 | - |
| YUV | 92.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 114 | 0.20 | 0.22 | 0 | 0.55 | 244.8 | 0.12 | 0.4 |
| Hex | 5B | 59 | 72 | 14 | 16 | 0 | 37 | F5 | C | 28 |
| Octal | 133 | 131 | 162 | 24 | 26 | 0 | 67 | 365 | 14 | 50 |
| Binary | 1011011 | 1011001 | 1110010 | 10100 | 10110 | 0 | 110111 | 11110101 | 1100 | 101000 |
Color Harmonies of #5B5972
Complementary color
Monochromatic Colors of #5B5972
Black with #5B5972
Text Example
Text Example
White with #5B5972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5972; }
p { color: rgb(91,89,114); }
H1.HeaderClassName
{
color: #5B5972;
}
.AnyTagClassName
{
color: #5B5972;
}
</style>
background-color css
<style>
a { background-color: #5B5972; }
a { background-color: rgb(91,89,114); }
div.DivClassName
{
background-color: #5B5972;
}
.BgClassName
{
background-color: #5B5972;
}
</style>
border-color css
<style>
span { border-color: #5B5972; }
span { border-color: rgb(91,89,114); }
td.TdClassName
{
border-color: #5B5972;
}
.TagClassName
{
border-color: #5B5972;
}
</style>