Shades of Shuttle Grey #575D63
Tints of Shuttle Grey #575D63
RGB
CMYK
RGB Variations
Color information
#575D63 (or 0x575D63) is known color: Shuttle Grey. HEX triplet: 57, 5D and 63. RGB value is (87,93,99). Sum of RGB (Red+Green+Blue) = 87+93+99=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #575D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D63 is #A8A29C. Grayscale: #5B5B5B. Windows color (decimal): -11051677 or 6511959. OLE color: 6511959.
HSL color Cylindrical-coordinate representation of color #575D63: hue angle of 210º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #575D63 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 93 | 99 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.61 |
| HSL | 210º | 0.06% | 0.36% | - |
| HSV(B) | 210º | 0.12% | 0.39% | - |
| XYZ | 10.1 | 10.76 | 13.35 | - |
| YUV | 91.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 99 | 0.12 | 0.06 | 0 | 0.61 | 210 | 0.06 | 0.36 |
| Hex | 57 | 5D | 63 | C | 6 | 0 | 3D | D2 | 6 | 24 |
| Octal | 127 | 135 | 143 | 14 | 6 | 0 | 75 | 322 | 6 | 44 |
| Binary | 1010111 | 1011101 | 1100011 | 1100 | 110 | 0 | 111101 | 11010010 | 110 | 100100 |
Color Harmonies of #575D63
Complementary color
Monochromatic Colors of #575D63
Black with #575D63
Text Example
Text Example
White with #575D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D63; }
p { color: rgb(87,93,99); }
H1.HeaderClassName
{
color: #575D63;
}
.AnyTagClassName
{
color: #575D63;
}
</style>
background-color css
<style>
a { background-color: #575D63; }
a { background-color: rgb(87,93,99); }
div.DivClassName
{
background-color: #575D63;
}
.BgClassName
{
background-color: #575D63;
}
</style>
border-color css
<style>
span { border-color: #575D63; }
span { border-color: rgb(87,93,99); }
td.TdClassName
{
border-color: #575D63;
}
.TagClassName
{
border-color: #575D63;
}
</style>