Shades of Comet #555B80
Tints of Comet #555B80
RGB
CMYK
RGB Variations
Color information
#555B80 (or 0x555B80) is known color: Comet. HEX triplet: 55, 5B and 80. RGB value is (85,91,128). Sum of RGB (Red+Green+Blue) = 85+91+128=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #555B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555B80 is #AAA47F. Grayscale: #5D5D5D. Windows color (decimal): -11183232 or 8411989. OLE color: 8411989.
HSL color Cylindrical-coordinate representation of color #555B80: hue angle of 231.63º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #555B80 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 91 | 128 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.50 |
| HSL | 231.63º | 0.2% | 0.42% | - |
| HSV(B) | 231.63º | 0.34% | 0.5% | - |
| XYZ | 11.38 | 10.97 | 21.94 | - |
| YUV | 93.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 128 | 0.34 | 0.29 | 0 | 0.50 | 231.63 | 0.2 | 0.42 |
| Hex | 55 | 5B | 80 | 22 | 1D | 0 | 32 | E8 | 14 | 2A |
| Octal | 125 | 133 | 200 | 42 | 35 | 0 | 62 | 350 | 24 | 52 |
| Binary | 1010101 | 1011011 | 10000000 | 100010 | 11101 | 0 | 110010 | 11101000 | 10100 | 101010 |
Color Harmonies of #555B80
Complementary color
Monochromatic Colors of #555B80
Black with #555B80
Text Example
Text Example
White with #555B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B80; }
p { color: rgb(85,91,128); }
H1.HeaderClassName
{
color: #555B80;
}
.AnyTagClassName
{
color: #555B80;
}
</style>
background-color css
<style>
a { background-color: #555B80; }
a { background-color: rgb(85,91,128); }
div.DivClassName
{
background-color: #555B80;
}
.BgClassName
{
background-color: #555B80;
}
</style>
border-color css
<style>
span { border-color: #555B80; }
span { border-color: rgb(85,91,128); }
td.TdClassName
{
border-color: #555B80;
}
.TagClassName
{
border-color: #555B80;
}
</style>