Shades of Comet #555B7F
Tints of Comet #555B7F
RGB
CMYK
RGB Variations
Color information
#555B7F (or 0x555B7F) is known color: Comet. HEX triplet: 55, 5B and 7F. RGB value is (85,91,127). Sum of RGB (Red+Green+Blue) = 85+91+127=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #555B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B7F is #AAA480. Grayscale: #5D5D5D. Windows color (decimal): -11183233 or 8346453. OLE color: 8346453.
HSL color Cylindrical-coordinate representation of color #555B7F: hue angle of 231.43º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #555B7F is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 91 | 127 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.50 |
| HSL | 231.43º | 0.2% | 0.42% | - |
| HSV(B) | 231.43º | 0.33% | 0.5% | - |
| XYZ | 11.32 | 10.95 | 21.59 | - |
| YUV | 93.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 127 | 0.33 | 0.28 | 0 | 0.50 | 231.43 | 0.2 | 0.42 |
| Hex | 55 | 5B | 7F | 21 | 1C | 0 | 32 | E7 | 14 | 2A |
| Octal | 125 | 133 | 177 | 41 | 34 | 0 | 62 | 347 | 24 | 52 |
| Binary | 1010101 | 1011011 | 1111111 | 100001 | 11100 | 0 | 110010 | 11100111 | 10100 | 101010 |
Color Harmonies of #555B7F
Complementary color
Monochromatic Colors of #555B7F
Black with #555B7F
Text Example
Text Example
White with #555B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B7F; }
p { color: rgb(85,91,127); }
H1.HeaderClassName
{
color: #555B7F;
}
.AnyTagClassName
{
color: #555B7F;
}
</style>
background-color css
<style>
a { background-color: #555B7F; }
a { background-color: rgb(85,91,127); }
div.DivClassName
{
background-color: #555B7F;
}
.BgClassName
{
background-color: #555B7F;
}
</style>
border-color css
<style>
span { border-color: #555B7F; }
span { border-color: rgb(85,91,127); }
td.TdClassName
{
border-color: #555B7F;
}
.TagClassName
{
border-color: #555B7F;
}
</style>