Shades of Comet #5C5E7A
Tints of Comet #5C5E7A
RGB
CMYK
RGB Variations
Color information
#5C5E7A (or 0x5C5E7A) is known color: Comet. HEX triplet: 5C, 5E and 7A. RGB value is (92,94,122). Sum of RGB (Red+Green+Blue) = 92+94+122=308 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.87% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C5E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5E7A is #A3A185. Grayscale: #606060. Windows color (decimal): -10723718 or 8019548. OLE color: 8019548.
HSL color Cylindrical-coordinate representation of color #5C5E7A: hue angle of 236º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C5E7A is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 94 | 122 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.52 |
| HSL | 236º | 0.14% | 0.42% | - |
| HSV(B) | 236º | 0.25% | 0.48% | - |
| XYZ | 11.93 | 11.69 | 20.04 | - |
| YUV | 96.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 94 | 122 | 0.25 | 0.23 | 0 | 0.52 | 236 | 0.14 | 0.42 |
| Hex | 5C | 5E | 7A | 19 | 17 | 0 | 34 | EC | E | 2A |
| Octal | 134 | 136 | 172 | 31 | 27 | 0 | 64 | 354 | 16 | 52 |
| Binary | 1011100 | 1011110 | 1111010 | 11001 | 10111 | 0 | 110100 | 11101100 | 1110 | 101010 |
Color Harmonies of #5C5E7A
Complementary color
Monochromatic Colors of #5C5E7A
Black with #5C5E7A
Text Example
Text Example
White with #5C5E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5E7A; }
p { color: rgb(92,94,122); }
H1.HeaderClassName
{
color: #5C5E7A;
}
.AnyTagClassName
{
color: #5C5E7A;
}
</style>
background-color css
<style>
a { background-color: #5C5E7A; }
a { background-color: rgb(92,94,122); }
div.DivClassName
{
background-color: #5C5E7A;
}
.BgClassName
{
background-color: #5C5E7A;
}
</style>
border-color css
<style>
span { border-color: #5C5E7A; }
span { border-color: rgb(92,94,122); }
td.TdClassName
{
border-color: #5C5E7A;
}
.TagClassName
{
border-color: #5C5E7A;
}
</style>