Shades of Shuttle Grey #575F65
Tints of Shuttle Grey #575F65
RGB
CMYK
RGB Variations
Color information
#575F65 (or 0x575F65) is known color: Shuttle Grey. HEX triplet: 57, 5F and 65. RGB value is (87,95,101). Sum of RGB (Red+Green+Blue) = 87+95+101=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 101 - color contains mainly: blue. Hex color #575F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F65 is #A8A09A. Grayscale: #5D5D5D. Windows color (decimal): -11051163 or 6643543. OLE color: 6643543.
HSL color Cylindrical-coordinate representation of color #575F65: hue angle of 205.71º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #575F65 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 95 | 101 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.60 |
| HSL | 205.71º | 0.07% | 0.37% | - |
| HSV(B) | 205.71º | 0.14% | 0.4% | - |
| XYZ | 10.37 | 11.15 | 13.92 | - |
| YUV | 93.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 101 | 0.14 | 0.06 | 0 | 0.60 | 205.71 | 0.07 | 0.37 |
| Hex | 57 | 5F | 65 | E | 6 | 0 | 3C | CE | 7 | 25 |
| Octal | 127 | 137 | 145 | 16 | 6 | 0 | 74 | 316 | 7 | 45 |
| Binary | 1010111 | 1011111 | 1100101 | 1110 | 110 | 0 | 111100 | 11001110 | 111 | 100101 |
Color Harmonies of #575F65
Complementary color
Monochromatic Colors of #575F65
Black with #575F65
Text Example
Text Example
White with #575F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575F65; }
p { color: rgb(87,95,101); }
H1.HeaderClassName
{
color: #575F65;
}
.AnyTagClassName
{
color: #575F65;
}
</style>
background-color css
<style>
a { background-color: #575F65; }
a { background-color: rgb(87,95,101); }
div.DivClassName
{
background-color: #575F65;
}
.BgClassName
{
background-color: #575F65;
}
</style>
border-color css
<style>
span { border-color: #575F65; }
span { border-color: rgb(87,95,101); }
td.TdClassName
{
border-color: #575F65;
}
.TagClassName
{
border-color: #575F65;
}
</style>