Shades of Comet #5A6178
Tints of Comet #5A6178
RGB
CMYK
RGB Variations
Color information
#5A6178 (or 0x5A6178) is known color: Comet. HEX triplet: 5A, 61 and 78. RGB value is (90,97,120). Sum of RGB (Red+Green+Blue) = 90+97+120=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A6178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6178 is #A59E87. Grayscale: #616161. Windows color (decimal): -10854024 or 7889242. OLE color: 7889242.
HSL color Cylindrical-coordinate representation of color #5A6178: hue angle of 226º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A6178 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 97 | 120 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.53 |
| HSL | 226º | 0.14% | 0.41% | - |
| HSV(B) | 226º | 0.25% | 0.47% | - |
| XYZ | 11.88 | 12.08 | 19.47 | - |
| YUV | 97.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 120 | 0.25 | 0.19 | 0 | 0.53 | 226 | 0.14 | 0.41 |
| Hex | 5A | 61 | 78 | 19 | 13 | 0 | 35 | E2 | E | 29 |
| Octal | 132 | 141 | 170 | 31 | 23 | 0 | 65 | 342 | 16 | 51 |
| Binary | 1011010 | 1100001 | 1111000 | 11001 | 10011 | 0 | 110101 | 11100010 | 1110 | 101001 |
Color Harmonies of #5A6178
Complementary color
Monochromatic Colors of #5A6178
Black with #5A6178
Text Example
Text Example
White with #5A6178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6178; }
p { color: rgb(90,97,120); }
H1.HeaderClassName
{
color: #5A6178;
}
.AnyTagClassName
{
color: #5A6178;
}
</style>
background-color css
<style>
a { background-color: #5A6178; }
a { background-color: rgb(90,97,120); }
div.DivClassName
{
background-color: #5A6178;
}
.BgClassName
{
background-color: #5A6178;
}
</style>
border-color css
<style>
span { border-color: #5A6178; }
span { border-color: rgb(90,97,120); }
td.TdClassName
{
border-color: #5A6178;
}
.TagClassName
{
border-color: #5A6178;
}
</style>