Shades of Shuttle Grey #5A676F
Tints of Shuttle Grey #5A676F
RGB
CMYK
RGB Variations
Color information
#5A676F (or 0x5A676F) is known color: Shuttle Grey. HEX triplet: 5A, 67 and 6F. RGB value is (90,103,111). Sum of RGB (Red+Green+Blue) = 90+103+111=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A676F is #A59890. Grayscale: #636363. Windows color (decimal): -10852497 or 7300954. OLE color: 7300954.
HSL color Cylindrical-coordinate representation of color #5A676F: hue angle of 202.86º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A676F is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 103 | 111 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.56 |
| HSL | 202.86º | 0.1% | 0.39% | - |
| HSV(B) | 202.86º | 0.19% | 0.44% | - |
| XYZ | 11.94 | 13.02 | 16.92 | - |
| YUV | 100.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 111 | 0.19 | 0.07 | 0 | 0.56 | 202.86 | 0.1 | 0.39 |
| Hex | 5A | 67 | 6F | 13 | 7 | 0 | 38 | CB | A | 27 |
| Octal | 132 | 147 | 157 | 23 | 7 | 0 | 70 | 313 | 12 | 47 |
| Binary | 1011010 | 1100111 | 1101111 | 10011 | 111 | 0 | 111000 | 11001011 | 1010 | 100111 |
Color Harmonies of #5A676F
Complementary color
Monochromatic Colors of #5A676F
Black with #5A676F
Text Example
Text Example
White with #5A676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A676F; }
p { color: rgb(90,103,111); }
H1.HeaderClassName
{
color: #5A676F;
}
.AnyTagClassName
{
color: #5A676F;
}
</style>
background-color css
<style>
a { background-color: #5A676F; }
a { background-color: rgb(90,103,111); }
div.DivClassName
{
background-color: #5A676F;
}
.BgClassName
{
background-color: #5A676F;
}
</style>
border-color css
<style>
span { border-color: #5A676F; }
span { border-color: rgb(90,103,111); }
td.TdClassName
{
border-color: #5A676F;
}
.TagClassName
{
border-color: #5A676F;
}
</style>