Shades of Shuttle Grey #57666E
Tints of Shuttle Grey #57666E
RGB
CMYK
RGB Variations
Color information
#57666E (or 0x57666E) is known color: Shuttle Grey. HEX triplet: 57, 66 and 6E. RGB value is (87,102,110). Sum of RGB (Red+Green+Blue) = 87+102+110=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 110 - color contains mainly: blue. Hex color #57666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57666E is #A89991. Grayscale: #626262. Windows color (decimal): -11049362 or 7235159. OLE color: 7235159.
HSL color Cylindrical-coordinate representation of color #57666E: hue angle of 200.87º 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 #57666E is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 102 | 110 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.57 |
| HSL | 200.87º | 0.12% | 0.39% | - |
| HSV(B) | 200.87º | 0.21% | 0.43% | - |
| XYZ | 11.5 | 12.65 | 16.59 | - |
| YUV | 98.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 102 | 110 | 0.21 | 0.07 | 0 | 0.57 | 200.87 | 0.12 | 0.39 |
| Hex | 57 | 66 | 6E | 15 | 7 | 0 | 39 | C9 | C | 27 |
| Octal | 127 | 146 | 156 | 25 | 7 | 0 | 71 | 311 | 14 | 47 |
| Binary | 1010111 | 1100110 | 1101110 | 10101 | 111 | 0 | 111001 | 11001001 | 1100 | 100111 |
Color Harmonies of #57666E
Complementary color
Monochromatic Colors of #57666E
Black with #57666E
Text Example
Text Example
White with #57666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57666E; }
p { color: rgb(87,102,110); }
H1.HeaderClassName
{
color: #57666E;
}
.AnyTagClassName
{
color: #57666E;
}
</style>
background-color css
<style>
a { background-color: #57666E; }
a { background-color: rgb(87,102,110); }
div.DivClassName
{
background-color: #57666E;
}
.BgClassName
{
background-color: #57666E;
}
</style>
border-color css
<style>
span { border-color: #57666E; }
span { border-color: rgb(87,102,110); }
td.TdClassName
{
border-color: #57666E;
}
.TagClassName
{
border-color: #57666E;
}
</style>