Shades of Shuttle Grey #556572
Tints of Shuttle Grey #556572
RGB
CMYK
RGB Variations
Color information
#556572 (or 0x556572) is known color: Shuttle Grey. HEX triplet: 55, 65 and 72. RGB value is (85,101,114). Sum of RGB (Red+Green+Blue) = 85+101+114=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #556572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556572 is #AA9A8D. Grayscale: #616161. Windows color (decimal): -11180686 or 7497045. OLE color: 7497045.
HSL color Cylindrical-coordinate representation of color #556572: hue angle of 206.9º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #556572 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 101 | 114 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.55 |
| HSL | 206.9º | 0.15% | 0.39% | - |
| HSV(B) | 206.9º | 0.25% | 0.45% | - |
| XYZ | 11.44 | 12.45 | 17.72 | - |
| YUV | 97.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 114 | 0.25 | 0.11 | 0 | 0.55 | 206.9 | 0.15 | 0.39 |
| Hex | 55 | 65 | 72 | 19 | B | 0 | 37 | CF | F | 27 |
| Octal | 125 | 145 | 162 | 31 | 13 | 0 | 67 | 317 | 17 | 47 |
| Binary | 1010101 | 1100101 | 1110010 | 11001 | 1011 | 0 | 110111 | 11001111 | 1111 | 100111 |
Color Harmonies of #556572
Complementary color
Monochromatic Colors of #556572
Black with #556572
Text Example
Text Example
White with #556572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556572; }
p { color: rgb(85,101,114); }
H1.HeaderClassName
{
color: #556572;
}
.AnyTagClassName
{
color: #556572;
}
</style>
background-color css
<style>
a { background-color: #556572; }
a { background-color: rgb(85,101,114); }
div.DivClassName
{
background-color: #556572;
}
.BgClassName
{
background-color: #556572;
}
</style>
border-color css
<style>
span { border-color: #556572; }
span { border-color: rgb(85,101,114); }
td.TdClassName
{
border-color: #556572;
}
.TagClassName
{
border-color: #556572;
}
</style>