Shades of Shuttle Grey #555F6C
Tints of Shuttle Grey #555F6C
RGB
CMYK
RGB Variations
Color information
#555F6C (or 0x555F6C) is known color: Shuttle Grey. HEX triplet: 55, 5F and 6C. RGB value is (85,95,108). Sum of RGB (Red+Green+Blue) = 85+95+108=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: blue. Hex color #555F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F6C is #AAA093. Grayscale: #5D5D5D. Windows color (decimal): -11182228 or 7102293. OLE color: 7102293.
HSL color Cylindrical-coordinate representation of color #555F6C: hue angle of 213.91º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #555F6C is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 95 | 108 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.58 |
| HSL | 213.91º | 0.12% | 0.38% | - |
| HSV(B) | 213.91º | 0.21% | 0.42% | - |
| XYZ | 10.55 | 11.2 | 15.79 | - |
| YUV | 93.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 108 | 0.21 | 0.12 | 0 | 0.58 | 213.91 | 0.12 | 0.38 |
| Hex | 55 | 5F | 6C | 15 | C | 0 | 3A | D6 | C | 26 |
| Octal | 125 | 137 | 154 | 25 | 14 | 0 | 72 | 326 | 14 | 46 |
| Binary | 1010101 | 1011111 | 1101100 | 10101 | 1100 | 0 | 111010 | 11010110 | 1100 | 100110 |
Color Harmonies of #555F6C
Complementary color
Monochromatic Colors of #555F6C
Black with #555F6C
Text Example
Text Example
White with #555F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F6C; }
p { color: rgb(85,95,108); }
H1.HeaderClassName
{
color: #555F6C;
}
.AnyTagClassName
{
color: #555F6C;
}
</style>
background-color css
<style>
a { background-color: #555F6C; }
a { background-color: rgb(85,95,108); }
div.DivClassName
{
background-color: #555F6C;
}
.BgClassName
{
background-color: #555F6C;
}
</style>
border-color css
<style>
span { border-color: #555F6C; }
span { border-color: rgb(85,95,108); }
td.TdClassName
{
border-color: #555F6C;
}
.TagClassName
{
border-color: #555F6C;
}
</style>