Shades of Comet #5D6076
Tints of Comet #5D6076
RGB
CMYK
RGB Variations
Color information
#5D6076 (or 0x5D6076) is known color: Comet. HEX triplet: 5D, 60 and 76. RGB value is (93,96,118). Sum of RGB (Red+Green+Blue) = 93+96+118=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 118 - color contains mainly: blue. Hex color #5D6076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6076 is #A29F89. Grayscale: #616161. Windows color (decimal): -10657674 or 7757917. OLE color: 7757917.
HSL color Cylindrical-coordinate representation of color #5D6076: hue angle of 232.8º degrees, saturation: 0.12, 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 #5D6076 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 96 | 118 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.54 |
| HSL | 232.8º | 0.12% | 0.41% | - |
| HSV(B) | 232.8º | 0.21% | 0.46% | - |
| XYZ | 11.97 | 12 | 18.83 | - |
| YUV | 97.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 96 | 118 | 0.21 | 0.19 | 0 | 0.54 | 232.8 | 0.12 | 0.41 |
| Hex | 5D | 60 | 76 | 15 | 13 | 0 | 36 | E9 | C | 29 |
| Octal | 135 | 140 | 166 | 25 | 23 | 0 | 66 | 351 | 14 | 51 |
| Binary | 1011101 | 1100000 | 1110110 | 10101 | 10011 | 0 | 110110 | 11101001 | 1100 | 101001 |
Color Harmonies of #5D6076
Complementary color
Monochromatic Colors of #5D6076
Black with #5D6076
Text Example
Text Example
White with #5D6076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6076; }
p { color: rgb(93,96,118); }
H1.HeaderClassName
{
color: #5D6076;
}
.AnyTagClassName
{
color: #5D6076;
}
</style>
background-color css
<style>
a { background-color: #5D6076; }
a { background-color: rgb(93,96,118); }
div.DivClassName
{
background-color: #5D6076;
}
.BgClassName
{
background-color: #5D6076;
}
</style>
border-color css
<style>
span { border-color: #5D6076; }
span { border-color: rgb(93,96,118); }
td.TdClassName
{
border-color: #5D6076;
}
.TagClassName
{
border-color: #5D6076;
}
</style>