Shades of Shuttle Grey #576874
Tints of Shuttle Grey #576874
RGB
CMYK
RGB Variations
Color information
#576874 (or 0x576874) is known color: Shuttle Grey. HEX triplet: 57, 68 and 74. RGB value is (87,104,116). Sum of RGB (Red+Green+Blue) = 87+104+116=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 116 - color contains mainly: blue. Hex color #576874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576874 is #A8978B. Grayscale: #646464. Windows color (decimal): -11048844 or 7628887. OLE color: 7628887.
HSL color Cylindrical-coordinate representation of color #576874: hue angle of 204.83º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #576874 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 104 | 116 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.55 |
| HSL | 204.83º | 0.14% | 0.4% | - |
| HSV(B) | 204.83º | 0.25% | 0.45% | - |
| XYZ | 12.03 | 13.19 | 18.43 | - |
| YUV | 100.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 104 | 116 | 0.25 | 0.10 | 0 | 0.55 | 204.83 | 0.14 | 0.4 |
| Hex | 57 | 68 | 74 | 19 | A | 0 | 37 | CD | E | 28 |
| Octal | 127 | 150 | 164 | 31 | 12 | 0 | 67 | 315 | 16 | 50 |
| Binary | 1010111 | 1101000 | 1110100 | 11001 | 1010 | 0 | 110111 | 11001101 | 1110 | 101000 |
Color Harmonies of #576874
Complementary color
Monochromatic Colors of #576874
Black with #576874
Text Example
Text Example
White with #576874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576874; }
p { color: rgb(87,104,116); }
H1.HeaderClassName
{
color: #576874;
}
.AnyTagClassName
{
color: #576874;
}
</style>
background-color css
<style>
a { background-color: #576874; }
a { background-color: rgb(87,104,116); }
div.DivClassName
{
background-color: #576874;
}
.BgClassName
{
background-color: #576874;
}
</style>
border-color css
<style>
span { border-color: #576874; }
span { border-color: rgb(87,104,116); }
td.TdClassName
{
border-color: #576874;
}
.TagClassName
{
border-color: #576874;
}
</style>