Shades of Comet #5C5B73
Tints of Comet #5C5B73
RGB
CMYK
RGB Variations
Color information
#5C5B73 (or 0x5C5B73) is known color: Comet. HEX triplet: 5C, 5B and 73. RGB value is (92,91,115). Sum of RGB (Red+Green+Blue) = 92+91+115=298 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.87% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C5B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5B73 is #A3A48C. Grayscale: #5D5D5D. Windows color (decimal): -10724493 or 7560028. OLE color: 7560028.
HSL color Cylindrical-coordinate representation of color #5C5B73: hue angle of 242.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C5B73 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 91 | 115 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.55 |
| HSL | 242.5º | 0.12% | 0.4% | - |
| HSV(B) | 242.5º | 0.21% | 0.45% | - |
| XYZ | 11.25 | 11 | 17.75 | - |
| YUV | 94.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 91 | 115 | 0.20 | 0.21 | 0 | 0.55 | 242.5 | 0.12 | 0.4 |
| Hex | 5C | 5B | 73 | 14 | 15 | 0 | 37 | F2 | C | 28 |
| Octal | 134 | 133 | 163 | 24 | 25 | 0 | 67 | 362 | 14 | 50 |
| Binary | 1011100 | 1011011 | 1110011 | 10100 | 10101 | 0 | 110111 | 11110010 | 1100 | 101000 |
Color Harmonies of #5C5B73
Complementary color
Monochromatic Colors of #5C5B73
Black with #5C5B73
Text Example
Text Example
White with #5C5B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5B73; }
p { color: rgb(92,91,115); }
H1.HeaderClassName
{
color: #5C5B73;
}
.AnyTagClassName
{
color: #5C5B73;
}
</style>
background-color css
<style>
a { background-color: #5C5B73; }
a { background-color: rgb(92,91,115); }
div.DivClassName
{
background-color: #5C5B73;
}
.BgClassName
{
background-color: #5C5B73;
}
</style>
border-color css
<style>
span { border-color: #5C5B73; }
span { border-color: rgb(92,91,115); }
td.TdClassName
{
border-color: #5C5B73;
}
.TagClassName
{
border-color: #5C5B73;
}
</style>