Shades of Comet #5B5A6D
Tints of Comet #5B5A6D
RGB
CMYK
RGB Variations
Color information
#5B5A6D (or 0x5B5A6D) is known color: Comet. HEX triplet: 5B, 5A and 6D. RGB value is (91,90,109). Sum of RGB (Red+Green+Blue) = 91+90+109=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B5A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5A6D is #A4A592. Grayscale: #5C5C5C. Windows color (decimal): -10790291 or 7166555. OLE color: 7166555.
HSL color Cylindrical-coordinate representation of color #5B5A6D: hue angle of 243.16º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5B5A6D is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 90 | 109 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.57 |
| HSL | 243.16º | 0.1% | 0.39% | - |
| HSV(B) | 243.16º | 0.17% | 0.43% | - |
| XYZ | 10.73 | 10.64 | 15.96 | - |
| YUV | 92.47 | 137.33 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 109 | 0.17 | 0.17 | 0 | 0.57 | 243.16 | 0.1 | 0.39 |
| Hex | 5B | 5A | 6D | 11 | 11 | 0 | 39 | F3 | A | 27 |
| Octal | 133 | 132 | 155 | 21 | 21 | 0 | 71 | 363 | 12 | 47 |
| Binary | 1011011 | 1011010 | 1101101 | 10001 | 10001 | 0 | 111001 | 11110011 | 1010 | 100111 |
Color Harmonies of #5B5A6D
Complementary color
Monochromatic Colors of #5B5A6D
Black with #5B5A6D
Text Example
Text Example
White with #5B5A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5A6D; }
p { color: rgb(91,90,109); }
H1.HeaderClassName
{
color: #5B5A6D;
}
.AnyTagClassName
{
color: #5B5A6D;
}
</style>
background-color css
<style>
a { background-color: #5B5A6D; }
a { background-color: rgb(91,90,109); }
div.DivClassName
{
background-color: #5B5A6D;
}
.BgClassName
{
background-color: #5B5A6D;
}
</style>
border-color css
<style>
span { border-color: #5B5A6D; }
span { border-color: rgb(91,90,109); }
td.TdClassName
{
border-color: #5B5A6D;
}
.TagClassName
{
border-color: #5B5A6D;
}
</style>