Shades of Comet #5B6173
Tints of Comet #5B6173
RGB
CMYK
RGB Variations
Color information
#5B6173 (or 0x5B6173) is known color: Comet. HEX triplet: 5B, 61 and 73. RGB value is (91,97,115). Sum of RGB (Red+Green+Blue) = 91+97+115=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B6173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6173 is #A49E8C. Grayscale: #616161. Windows color (decimal): -10788493 or 7561563. OLE color: 7561563.
HSL color Cylindrical-coordinate representation of color #5B6173: hue angle of 225º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B6173 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 97 | 115 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.55 |
| HSL | 225º | 0.12% | 0.4% | - |
| HSV(B) | 225º | 0.21% | 0.45% | - |
| XYZ | 11.68 | 12.01 | 17.92 | - |
| YUV | 97.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 115 | 0.21 | 0.16 | 0 | 0.55 | 225 | 0.12 | 0.4 |
| Hex | 5B | 61 | 73 | 15 | 10 | 0 | 37 | E1 | C | 28 |
| Octal | 133 | 141 | 163 | 25 | 20 | 0 | 67 | 341 | 14 | 50 |
| Binary | 1011011 | 1100001 | 1110011 | 10101 | 10000 | 0 | 110111 | 11100001 | 1100 | 101000 |
Color Harmonies of #5B6173
Complementary color
Monochromatic Colors of #5B6173
Black with #5B6173
Text Example
Text Example
White with #5B6173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6173; }
p { color: rgb(91,97,115); }
H1.HeaderClassName
{
color: #5B6173;
}
.AnyTagClassName
{
color: #5B6173;
}
</style>
background-color css
<style>
a { background-color: #5B6173; }
a { background-color: rgb(91,97,115); }
div.DivClassName
{
background-color: #5B6173;
}
.BgClassName
{
background-color: #5B6173;
}
</style>
border-color css
<style>
span { border-color: #5B6173; }
span { border-color: rgb(91,97,115); }
td.TdClassName
{
border-color: #5B6173;
}
.TagClassName
{
border-color: #5B6173;
}
</style>