Shades of Comet #5D637A
Tints of Comet #5D637A
RGB
CMYK
RGB Variations
Color information
#5D637A (or 0x5D637A) is known color: Comet. HEX triplet: 5D, 63 and 7A. RGB value is (93,99,122). Sum of RGB (Red+Green+Blue) = 93+99+122=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #5D637A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D637A is #A29C85. Grayscale: #636363. Windows color (decimal): -10656902 or 8020829. OLE color: 8020829.
HSL color Cylindrical-coordinate representation of color #5D637A: hue angle of 227.59º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5D637A is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 93 | 99 | 122 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.52 |
| HSL | 227.59º | 0.13% | 0.42% | - |
| HSV(B) | 227.59º | 0.24% | 0.48% | - |
| XYZ | 12.49 | 12.66 | 20.2 | - |
| YUV | 99.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 99 | 122 | 0.24 | 0.19 | 0 | 0.52 | 227.59 | 0.13 | 0.42 |
| Hex | 5D | 63 | 7A | 18 | 13 | 0 | 34 | E4 | D | 2A |
| Octal | 135 | 143 | 172 | 30 | 23 | 0 | 64 | 344 | 15 | 52 |
| Binary | 1011101 | 1100011 | 1111010 | 11000 | 10011 | 0 | 110100 | 11100100 | 1101 | 101010 |
Color Harmonies of #5D637A
Complementary color
Monochromatic Colors of #5D637A
Black with #5D637A
Text Example
Text Example
White with #5D637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D637A; }
p { color: rgb(93,99,122); }
H1.HeaderClassName
{
color: #5D637A;
}
.AnyTagClassName
{
color: #5D637A;
}
</style>
background-color css
<style>
a { background-color: #5D637A; }
a { background-color: rgb(93,99,122); }
div.DivClassName
{
background-color: #5D637A;
}
.BgClassName
{
background-color: #5D637A;
}
</style>
border-color css
<style>
span { border-color: #5D637A; }
span { border-color: rgb(93,99,122); }
td.TdClassName
{
border-color: #5D637A;
}
.TagClassName
{
border-color: #5D637A;
}
</style>