Shades of Comet #5C5E76
Tints of Comet #5C5E76
RGB
CMYK
RGB Variations
Color information
#5C5E76 (or 0x5C5E76) is known color: Comet. HEX triplet: 5C, 5E and 76. RGB value is (92,94,118). Sum of RGB (Red+Green+Blue) = 92+94+118=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C5E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5E76 is #A3A189. Grayscale: #606060. Windows color (decimal): -10723722 or 7757404. OLE color: 7757404.
HSL color Cylindrical-coordinate representation of color #5C5E76: hue angle of 235.38º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C5E76 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 94 | 118 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.54 |
| HSL | 235.38º | 0.12% | 0.41% | - |
| HSV(B) | 235.38º | 0.22% | 0.46% | - |
| XYZ | 11.69 | 11.59 | 18.76 | - |
| YUV | 96.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 94 | 118 | 0.22 | 0.20 | 0 | 0.54 | 235.38 | 0.12 | 0.41 |
| Hex | 5C | 5E | 76 | 16 | 14 | 0 | 36 | EB | C | 29 |
| Octal | 134 | 136 | 166 | 26 | 24 | 0 | 66 | 353 | 14 | 51 |
| Binary | 1011100 | 1011110 | 1110110 | 10110 | 10100 | 0 | 110110 | 11101011 | 1100 | 101001 |
Color Harmonies of #5C5E76
Complementary color
Monochromatic Colors of #5C5E76
Black with #5C5E76
Text Example
Text Example
White with #5C5E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5E76; }
p { color: rgb(92,94,118); }
H1.HeaderClassName
{
color: #5C5E76;
}
.AnyTagClassName
{
color: #5C5E76;
}
</style>
background-color css
<style>
a { background-color: #5C5E76; }
a { background-color: rgb(92,94,118); }
div.DivClassName
{
background-color: #5C5E76;
}
.BgClassName
{
background-color: #5C5E76;
}
</style>
border-color css
<style>
span { border-color: #5C5E76; }
span { border-color: rgb(92,94,118); }
td.TdClassName
{
border-color: #5C5E76;
}
.TagClassName
{
border-color: #5C5E76;
}
</style>