Shades of Shuttle Grey #575F6E
Tints of Shuttle Grey #575F6E
RGB
CMYK
RGB Variations
Color information
#575F6E (or 0x575F6E) is known color: Shuttle Grey. HEX triplet: 57, 5F and 6E. RGB value is (87,95,110). Sum of RGB (Red+Green+Blue) = 87+95+110=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 110 - color contains mainly: blue. Hex color #575F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F6E is #A8A091. Grayscale: #5E5E5E. Windows color (decimal): -11051154 or 7233367. OLE color: 7233367.
HSL color Cylindrical-coordinate representation of color #575F6E: hue angle of 219.13º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #575F6E is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 95 | 110 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.57 |
| HSL | 219.13º | 0.12% | 0.39% | - |
| HSV(B) | 219.13º | 0.21% | 0.43% | - |
| XYZ | 10.84 | 11.34 | 16.37 | - |
| YUV | 94.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 110 | 0.21 | 0.14 | 0 | 0.57 | 219.13 | 0.12 | 0.39 |
| Hex | 57 | 5F | 6E | 15 | E | 0 | 39 | DB | C | 27 |
| Octal | 127 | 137 | 156 | 25 | 16 | 0 | 71 | 333 | 14 | 47 |
| Binary | 1010111 | 1011111 | 1101110 | 10101 | 1110 | 0 | 111001 | 11011011 | 1100 | 100111 |
Color Harmonies of #575F6E
Complementary color
Monochromatic Colors of #575F6E
Black with #575F6E
Text Example
Text Example
White with #575F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575F6E; }
p { color: rgb(87,95,110); }
H1.HeaderClassName
{
color: #575F6E;
}
.AnyTagClassName
{
color: #575F6E;
}
</style>
background-color css
<style>
a { background-color: #575F6E; }
a { background-color: rgb(87,95,110); }
div.DivClassName
{
background-color: #575F6E;
}
.BgClassName
{
background-color: #575F6E;
}
</style>
border-color css
<style>
span { border-color: #575F6E; }
span { border-color: rgb(87,95,110); }
td.TdClassName
{
border-color: #575F6E;
}
.TagClassName
{
border-color: #575F6E;
}
</style>