Shades of Shuttle Grey #556372
Tints of Shuttle Grey #556372
RGB
CMYK
RGB Variations
Color information
#556372 (or 0x556372) is known color: Shuttle Grey. HEX triplet: 55, 63 and 72. RGB value is (85,99,114). Sum of RGB (Red+Green+Blue) = 85+99+114=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: blue. Hex color #556372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556372 is #AA9C8D. Grayscale: #606060. Windows color (decimal): -11181198 or 7496533. OLE color: 7496533.
HSL color Cylindrical-coordinate representation of color #556372: hue angle of 211.03º 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 #556372 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 99 | 114 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.55 |
| HSL | 211.03º | 0.15% | 0.39% | - |
| HSV(B) | 211.03º | 0.25% | 0.45% | - |
| XYZ | 11.25 | 12.07 | 17.66 | - |
| YUV | 96.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 114 | 0.25 | 0.13 | 0 | 0.55 | 211.03 | 0.15 | 0.39 |
| Hex | 55 | 63 | 72 | 19 | D | 0 | 37 | D3 | F | 27 |
| Octal | 125 | 143 | 162 | 31 | 15 | 0 | 67 | 323 | 17 | 47 |
| Binary | 1010101 | 1100011 | 1110010 | 11001 | 1101 | 0 | 110111 | 11010011 | 1111 | 100111 |
Color Harmonies of #556372
Complementary color
Monochromatic Colors of #556372
Black with #556372
Text Example
Text Example
White with #556372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556372; }
p { color: rgb(85,99,114); }
H1.HeaderClassName
{
color: #556372;
}
.AnyTagClassName
{
color: #556372;
}
</style>
background-color css
<style>
a { background-color: #556372; }
a { background-color: rgb(85,99,114); }
div.DivClassName
{
background-color: #556372;
}
.BgClassName
{
background-color: #556372;
}
</style>
border-color css
<style>
span { border-color: #556372; }
span { border-color: rgb(85,99,114); }
td.TdClassName
{
border-color: #556372;
}
.TagClassName
{
border-color: #556372;
}
</style>