Shades of Comet #5B5C69
Tints of Comet #5B5C69
RGB
CMYK
RGB Variations
Color information
#5B5C69 (or 0x5B5C69) is known color: Comet. HEX triplet: 5B, 5C and 69. RGB value is (91,92,105). Sum of RGB (Red+Green+Blue) = 91+92+105=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 105 - color contains mainly: blue. Hex color #5B5C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5C69 is #A4A396. Grayscale: #5D5D5D. Windows color (decimal): -10789783 or 6904923. OLE color: 6904923.
HSL color Cylindrical-coordinate representation of color #5B5C69: hue angle of 235.71º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B5C69 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 92 | 105 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.59 |
| HSL | 235.71º | 0.07% | 0.38% | - |
| HSV(B) | 235.71º | 0.13% | 0.41% | - |
| XYZ | 10.69 | 10.9 | 14.9 | - |
| YUV | 93.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 105 | 0.13 | 0.12 | 0 | 0.59 | 235.71 | 0.07 | 0.38 |
| Hex | 5B | 5C | 69 | D | C | 0 | 3B | EC | 7 | 26 |
| Octal | 133 | 134 | 151 | 15 | 14 | 0 | 73 | 354 | 7 | 46 |
| Binary | 1011011 | 1011100 | 1101001 | 1101 | 1100 | 0 | 111011 | 11101100 | 111 | 100110 |
Color Harmonies of #5B5C69
Complementary color
Monochromatic Colors of #5B5C69
Black with #5B5C69
Text Example
Text Example
White with #5B5C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5C69; }
p { color: rgb(91,92,105); }
H1.HeaderClassName
{
color: #5B5C69;
}
.AnyTagClassName
{
color: #5B5C69;
}
</style>
background-color css
<style>
a { background-color: #5B5C69; }
a { background-color: rgb(91,92,105); }
div.DivClassName
{
background-color: #5B5C69;
}
.BgClassName
{
background-color: #5B5C69;
}
</style>
border-color css
<style>
span { border-color: #5B5C69; }
span { border-color: rgb(91,92,105); }
td.TdClassName
{
border-color: #5B5C69;
}
.TagClassName
{
border-color: #5B5C69;
}
</style>