Shades of Shuttle Grey #575F68
Tints of Shuttle Grey #575F68
RGB
CMYK
RGB Variations
Color information
#575F68 (or 0x575F68) is known color: Shuttle Grey. HEX triplet: 57, 5F and 68. RGB value is (87,95,104). Sum of RGB (Red+Green+Blue) = 87+95+104=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 104 - color contains mainly: blue. Hex color #575F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F68 is #A8A097. Grayscale: #5D5D5D. Windows color (decimal): -11051160 or 6840151. OLE color: 6840151.
HSL color Cylindrical-coordinate representation of color #575F68: hue angle of 211.76º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #575F68 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 95 | 104 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.59 |
| HSL | 211.76º | 0.09% | 0.37% | - |
| HSV(B) | 211.76º | 0.16% | 0.41% | - |
| XYZ | 10.52 | 11.21 | 14.71 | - |
| YUV | 93.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 104 | 0.16 | 0.09 | 0 | 0.59 | 211.76 | 0.09 | 0.37 |
| Hex | 57 | 5F | 68 | 10 | 9 | 0 | 3B | D4 | 9 | 25 |
| Octal | 127 | 137 | 150 | 20 | 11 | 0 | 73 | 324 | 11 | 45 |
| Binary | 1010111 | 1011111 | 1101000 | 10000 | 1001 | 0 | 111011 | 11010100 | 1001 | 100101 |
Color Harmonies of #575F68
Complementary color
Monochromatic Colors of #575F68
Black with #575F68
Text Example
Text Example
White with #575F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575F68; }
p { color: rgb(87,95,104); }
H1.HeaderClassName
{
color: #575F68;
}
.AnyTagClassName
{
color: #575F68;
}
</style>
background-color css
<style>
a { background-color: #575F68; }
a { background-color: rgb(87,95,104); }
div.DivClassName
{
background-color: #575F68;
}
.BgClassName
{
background-color: #575F68;
}
</style>
border-color css
<style>
span { border-color: #575F68; }
span { border-color: rgb(87,95,104); }
td.TdClassName
{
border-color: #575F68;
}
.TagClassName
{
border-color: #575F68;
}
</style>