Shades of Comet #555A7D
Tints of Comet #555A7D
RGB
CMYK
RGB Variations
Color information
#555A7D (or 0x555A7D) is known color: Comet. HEX triplet: 55, 5A and 7D. RGB value is (85,90,125). Sum of RGB (Red+Green+Blue) = 85+90+125=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 125 - color contains mainly: blue. Hex color #555A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A7D is #AAA582. Grayscale: #5C5C5C. Windows color (decimal): -11183491 or 8215125. OLE color: 8215125.
HSL color Cylindrical-coordinate representation of color #555A7D: hue angle of 232.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #555A7D is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 90 | 125 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.51 |
| HSL | 232.5º | 0.19% | 0.41% | - |
| HSV(B) | 232.5º | 0.32% | 0.49% | - |
| XYZ | 11.1 | 10.72 | 20.89 | - |
| YUV | 92.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 125 | 0.32 | 0.28 | 0 | 0.51 | 232.5 | 0.19 | 0.41 |
| Hex | 55 | 5A | 7D | 20 | 1C | 0 | 33 | E8 | 13 | 29 |
| Octal | 125 | 132 | 175 | 40 | 34 | 0 | 63 | 350 | 23 | 51 |
| Binary | 1010101 | 1011010 | 1111101 | 100000 | 11100 | 0 | 110011 | 11101000 | 10011 | 101001 |
Color Harmonies of #555A7D
Complementary color
Monochromatic Colors of #555A7D
Black with #555A7D
Text Example
Text Example
White with #555A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A7D; }
p { color: rgb(85,90,125); }
H1.HeaderClassName
{
color: #555A7D;
}
.AnyTagClassName
{
color: #555A7D;
}
</style>
background-color css
<style>
a { background-color: #555A7D; }
a { background-color: rgb(85,90,125); }
div.DivClassName
{
background-color: #555A7D;
}
.BgClassName
{
background-color: #555A7D;
}
</style>
border-color css
<style>
span { border-color: #555A7D; }
span { border-color: rgb(85,90,125); }
td.TdClassName
{
border-color: #555A7D;
}
.TagClassName
{
border-color: #555A7D;
}
</style>