Shades of Shuttle Grey #576471
Tints of Shuttle Grey #576471
RGB
CMYK
RGB Variations
Color information
#576471 (or 0x576471) is known color: Shuttle Grey. HEX triplet: 57, 64 and 71. RGB value is (87,100,113). Sum of RGB (Red+Green+Blue) = 87+100+113=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 113 - color contains mainly: blue. Hex color #576471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576471 is #A89B8E. Grayscale: #616161. Windows color (decimal): -11049871 or 7431255. OLE color: 7431255.
HSL color Cylindrical-coordinate representation of color #576471: hue angle of 210º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #576471 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 100 | 113 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.56 |
| HSL | 210º | 0.13% | 0.39% | - |
| HSV(B) | 210º | 0.23% | 0.44% | - |
| XYZ | 11.47 | 12.33 | 17.4 | - |
| YUV | 97.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 100 | 113 | 0.23 | 0.12 | 0 | 0.56 | 210 | 0.13 | 0.39 |
| Hex | 57 | 64 | 71 | 17 | C | 0 | 38 | D2 | D | 27 |
| Octal | 127 | 144 | 161 | 27 | 14 | 0 | 70 | 322 | 15 | 47 |
| Binary | 1010111 | 1100100 | 1110001 | 10111 | 1100 | 0 | 111000 | 11010010 | 1101 | 100111 |
Color Harmonies of #576471
Complementary color
Monochromatic Colors of #576471
Black with #576471
Text Example
Text Example
White with #576471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576471; }
p { color: rgb(87,100,113); }
H1.HeaderClassName
{
color: #576471;
}
.AnyTagClassName
{
color: #576471;
}
</style>
background-color css
<style>
a { background-color: #576471; }
a { background-color: rgb(87,100,113); }
div.DivClassName
{
background-color: #576471;
}
.BgClassName
{
background-color: #576471;
}
</style>
border-color css
<style>
span { border-color: #576471; }
span { border-color: rgb(87,100,113); }
td.TdClassName
{
border-color: #576471;
}
.TagClassName
{
border-color: #576471;
}
</style>