Shades of Shuttle Grey #576068
Tints of Shuttle Grey #576068
RGB
CMYK
RGB Variations
Color information
#576068 (or 0x576068) is known color: Shuttle Grey. HEX triplet: 57, 60 and 68. RGB value is (87,96,104). Sum of RGB (Red+Green+Blue) = 87+96+104=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 104 - color contains mainly: blue. Hex color #576068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576068 is #A89F97. Grayscale: #5E5E5E. Windows color (decimal): -11050904 or 6840407. OLE color: 6840407.
HSL color Cylindrical-coordinate representation of color #576068: hue angle of 208.24º 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 #576068 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 96 | 104 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.59 |
| HSL | 208.24º | 0.09% | 0.37% | - |
| HSV(B) | 208.24º | 0.16% | 0.41% | - |
| XYZ | 10.61 | 11.39 | 14.74 | - |
| YUV | 94.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 96 | 104 | 0.16 | 0.08 | 0 | 0.59 | 208.24 | 0.09 | 0.37 |
| Hex | 57 | 60 | 68 | 10 | 8 | 0 | 3B | D0 | 9 | 25 |
| Octal | 127 | 140 | 150 | 20 | 10 | 0 | 73 | 320 | 11 | 45 |
| Binary | 1010111 | 1100000 | 1101000 | 10000 | 1000 | 0 | 111011 | 11010000 | 1001 | 100101 |
Color Harmonies of #576068
Complementary color
Monochromatic Colors of #576068
Black with #576068
Text Example
Text Example
White with #576068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576068; }
p { color: rgb(87,96,104); }
H1.HeaderClassName
{
color: #576068;
}
.AnyTagClassName
{
color: #576068;
}
</style>
background-color css
<style>
a { background-color: #576068; }
a { background-color: rgb(87,96,104); }
div.DivClassName
{
background-color: #576068;
}
.BgClassName
{
background-color: #576068;
}
</style>
border-color css
<style>
span { border-color: #576068; }
span { border-color: rgb(87,96,104); }
td.TdClassName
{
border-color: #576068;
}
.TagClassName
{
border-color: #576068;
}
</style>