Shades of Comet #555474
Tints of Comet #555474
RGB
CMYK
RGB Variations
Color information
#555474 (or 0x555474) is known color: Comet. HEX triplet: 55, 54 and 74. RGB value is (85,84,116). Sum of RGB (Red+Green+Blue) = 85+84+116=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #555474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555474 is #AAAB8B. Grayscale: #575757. Windows color (decimal): -11185036 or 7623765. OLE color: 7623765.
HSL color Cylindrical-coordinate representation of color #555474: hue angle of 241.88º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #555474 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 84 | 116 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.55 |
| HSL | 241.88º | 0.16% | 0.39% | - |
| HSV(B) | 241.88º | 0.28% | 0.45% | - |
| XYZ | 10.07 | 9.53 | 17.83 | - |
| YUV | 87.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 116 | 0.27 | 0.28 | 0 | 0.55 | 241.88 | 0.16 | 0.39 |
| Hex | 55 | 54 | 74 | 1B | 1C | 0 | 37 | F2 | 10 | 27 |
| Octal | 125 | 124 | 164 | 33 | 34 | 0 | 67 | 362 | 20 | 47 |
| Binary | 1010101 | 1010100 | 1110100 | 11011 | 11100 | 0 | 110111 | 11110010 | 10000 | 100111 |
Color Harmonies of #555474
Complementary color
Monochromatic Colors of #555474
Black with #555474
Text Example
Text Example
White with #555474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555474; }
p { color: rgb(85,84,116); }
H1.HeaderClassName
{
color: #555474;
}
.AnyTagClassName
{
color: #555474;
}
</style>
background-color css
<style>
a { background-color: #555474; }
a { background-color: rgb(85,84,116); }
div.DivClassName
{
background-color: #555474;
}
.BgClassName
{
background-color: #555474;
}
</style>
border-color css
<style>
span { border-color: #555474; }
span { border-color: rgb(85,84,116); }
td.TdClassName
{
border-color: #555474;
}
.TagClassName
{
border-color: #555474;
}
</style>