Shades of Comet #5C6278
Tints of Comet #5C6278
RGB
CMYK
RGB Variations
Color information
#5C6278 (or 0x5C6278) is known color: Comet. HEX triplet: 5C, 62 and 78. RGB value is (92,98,120). Sum of RGB (Red+Green+Blue) = 92+98+120=310 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.68% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 120 - color contains mainly: blue. Hex color #5C6278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6278 is #A39D87. Grayscale: #626262. Windows color (decimal): -10722696 or 7889500. OLE color: 7889500.
HSL color Cylindrical-coordinate representation of color #5C6278: hue angle of 227.14º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C6278 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 98 | 120 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.53 |
| HSL | 227.14º | 0.13% | 0.42% | - |
| HSV(B) | 227.14º | 0.23% | 0.47% | - |
| XYZ | 12.17 | 12.37 | 19.51 | - |
| YUV | 98.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 98 | 120 | 0.23 | 0.18 | 0 | 0.53 | 227.14 | 0.13 | 0.42 |
| Hex | 5C | 62 | 78 | 17 | 12 | 0 | 35 | E3 | D | 2A |
| Octal | 134 | 142 | 170 | 27 | 22 | 0 | 65 | 343 | 15 | 52 |
| Binary | 1011100 | 1100010 | 1111000 | 10111 | 10010 | 0 | 110101 | 11100011 | 1101 | 101010 |
Color Harmonies of #5C6278
Complementary color
Monochromatic Colors of #5C6278
Black with #5C6278
Text Example
Text Example
White with #5C6278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6278; }
p { color: rgb(92,98,120); }
H1.HeaderClassName
{
color: #5C6278;
}
.AnyTagClassName
{
color: #5C6278;
}
</style>
background-color css
<style>
a { background-color: #5C6278; }
a { background-color: rgb(92,98,120); }
div.DivClassName
{
background-color: #5C6278;
}
.BgClassName
{
background-color: #5C6278;
}
</style>
border-color css
<style>
span { border-color: #5C6278; }
span { border-color: rgb(92,98,120); }
td.TdClassName
{
border-color: #5C6278;
}
.TagClassName
{
border-color: #5C6278;
}
</style>