Shades of Comet #5D616F
Tints of Comet #5D616F
RGB
CMYK
RGB Variations
Color information
#5D616F (or 0x5D616F) is known color: Comet. HEX triplet: 5D, 61 and 6F. RGB value is (93,97,111). Sum of RGB (Red+Green+Blue) = 93+97+111=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 111 - color contains mainly: blue. Hex color #5D616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D616F is #A29E90. Grayscale: #616161. Windows color (decimal): -10657425 or 7299421. OLE color: 7299421.
HSL color Cylindrical-coordinate representation of color #5D616F: hue angle of 226.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5D616F is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 97 | 111 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.56 |
| HSL | 226.67º | 0.09% | 0.4% | - |
| HSV(B) | 226.67º | 0.16% | 0.44% | - |
| XYZ | 11.66 | 12.02 | 16.75 | - |
| YUV | 97.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 111 | 0.16 | 0.13 | 0 | 0.56 | 226.67 | 0.09 | 0.4 |
| Hex | 5D | 61 | 6F | 10 | D | 0 | 38 | E3 | 9 | 28 |
| Octal | 135 | 141 | 157 | 20 | 15 | 0 | 70 | 343 | 11 | 50 |
| Binary | 1011101 | 1100001 | 1101111 | 10000 | 1101 | 0 | 111000 | 11100011 | 1001 | 101000 |
Color Harmonies of #5D616F
Complementary color
Monochromatic Colors of #5D616F
Black with #5D616F
Text Example
Text Example
White with #5D616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D616F; }
p { color: rgb(93,97,111); }
H1.HeaderClassName
{
color: #5D616F;
}
.AnyTagClassName
{
color: #5D616F;
}
</style>
background-color css
<style>
a { background-color: #5D616F; }
a { background-color: rgb(93,97,111); }
div.DivClassName
{
background-color: #5D616F;
}
.BgClassName
{
background-color: #5D616F;
}
</style>
border-color css
<style>
span { border-color: #5D616F; }
span { border-color: rgb(93,97,111); }
td.TdClassName
{
border-color: #5D616F;
}
.TagClassName
{
border-color: #5D616F;
}
</style>