Shades of Comet #5D6175
Tints of Comet #5D6175
RGB
CMYK
RGB Variations
Color information
#5D6175 (or 0x5D6175) is known color: Comet. HEX triplet: 5D, 61 and 75. RGB value is (93,97,117). Sum of RGB (Red+Green+Blue) = 93+97+117=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: blue. Hex color #5D6175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6175 is #A29E8A. Grayscale: #626262. Windows color (decimal): -10657419 or 7692637. OLE color: 7692637.
HSL color Cylindrical-coordinate representation of color #5D6175: hue angle of 230º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D6175 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 97 | 117 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.54 |
| HSL | 230º | 0.11% | 0.41% | - |
| HSV(B) | 230º | 0.21% | 0.46% | - |
| XYZ | 12 | 12.16 | 18.54 | - |
| YUV | 98.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 117 | 0.21 | 0.17 | 0 | 0.54 | 230 | 0.11 | 0.41 |
| Hex | 5D | 61 | 75 | 15 | 11 | 0 | 36 | E6 | B | 29 |
| Octal | 135 | 141 | 165 | 25 | 21 | 0 | 66 | 346 | 13 | 51 |
| Binary | 1011101 | 1100001 | 1110101 | 10101 | 10001 | 0 | 110110 | 11100110 | 1011 | 101001 |
Color Harmonies of #5D6175
Complementary color
Monochromatic Colors of #5D6175
Black with #5D6175
Text Example
Text Example
White with #5D6175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6175; }
p { color: rgb(93,97,117); }
H1.HeaderClassName
{
color: #5D6175;
}
.AnyTagClassName
{
color: #5D6175;
}
</style>
background-color css
<style>
a { background-color: #5D6175; }
a { background-color: rgb(93,97,117); }
div.DivClassName
{
background-color: #5D6175;
}
.BgClassName
{
background-color: #5D6175;
}
</style>
border-color css
<style>
span { border-color: #5D6175; }
span { border-color: rgb(93,97,117); }
td.TdClassName
{
border-color: #5D6175;
}
.TagClassName
{
border-color: #5D6175;
}
</style>