Shades of Shuttle Grey #555F6A
Tints of Shuttle Grey #555F6A
RGB
CMYK
RGB Variations
Color information
#555F6A (or 0x555F6A) is known color: Shuttle Grey. HEX triplet: 55, 5F and 6A. RGB value is (85,95,106). Sum of RGB (Red+Green+Blue) = 85+95+106=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 106 - color contains mainly: blue. Hex color #555F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F6A is #AAA095. Grayscale: #5D5D5D. Windows color (decimal): -11182230 or 6971221. OLE color: 6971221.
HSL color Cylindrical-coordinate representation of color #555F6A: hue angle of 211.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555F6A is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 95 | 106 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.58 |
| HSL | 211.43º | 0.11% | 0.37% | - |
| HSV(B) | 211.43º | 0.2% | 0.42% | - |
| XYZ | 10.44 | 11.16 | 15.24 | - |
| YUV | 93.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 106 | 0.20 | 0.10 | 0 | 0.58 | 211.43 | 0.11 | 0.37 |
| Hex | 55 | 5F | 6A | 14 | A | 0 | 3A | D3 | B | 25 |
| Octal | 125 | 137 | 152 | 24 | 12 | 0 | 72 | 323 | 13 | 45 |
| Binary | 1010101 | 1011111 | 1101010 | 10100 | 1010 | 0 | 111010 | 11010011 | 1011 | 100101 |
Color Harmonies of #555F6A
Complementary color
Monochromatic Colors of #555F6A
Black with #555F6A
Text Example
Text Example
White with #555F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F6A; }
p { color: rgb(85,95,106); }
H1.HeaderClassName
{
color: #555F6A;
}
.AnyTagClassName
{
color: #555F6A;
}
</style>
background-color css
<style>
a { background-color: #555F6A; }
a { background-color: rgb(85,95,106); }
div.DivClassName
{
background-color: #555F6A;
}
.BgClassName
{
background-color: #555F6A;
}
</style>
border-color css
<style>
span { border-color: #555F6A; }
span { border-color: rgb(85,95,106); }
td.TdClassName
{
border-color: #555F6A;
}
.TagClassName
{
border-color: #555F6A;
}
</style>