Shades of Shuttle Grey #5A6269
Tints of Shuttle Grey #5A6269
RGB
CMYK
RGB Variations
Color information
#5A6269 (or 0x5A6269) is known color: Shuttle Grey. HEX triplet: 5A, 62 and 69. RGB value is (90,98,105). Sum of RGB (Red+Green+Blue) = 90+98+105=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 105 - color contains mainly: blue. Hex color #5A6269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6269 is #A59D96. Grayscale: #606060. Windows color (decimal): -10853783 or 6906458. OLE color: 6906458.
HSL color Cylindrical-coordinate representation of color #5A6269: hue angle of 208º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A6269 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 98 | 105 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.59 |
| HSL | 208º | 0.08% | 0.38% | - |
| HSV(B) | 208º | 0.14% | 0.41% | - |
| XYZ | 11.13 | 11.93 | 15.08 | - |
| YUV | 96.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 105 | 0.14 | 0.07 | 0 | 0.59 | 208 | 0.08 | 0.38 |
| Hex | 5A | 62 | 69 | E | 7 | 0 | 3B | D0 | 8 | 26 |
| Octal | 132 | 142 | 151 | 16 | 7 | 0 | 73 | 320 | 10 | 46 |
| Binary | 1011010 | 1100010 | 1101001 | 1110 | 111 | 0 | 111011 | 11010000 | 1000 | 100110 |
Color Harmonies of #5A6269
Complementary color
Monochromatic Colors of #5A6269
Black with #5A6269
Text Example
Text Example
White with #5A6269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6269; }
p { color: rgb(90,98,105); }
H1.HeaderClassName
{
color: #5A6269;
}
.AnyTagClassName
{
color: #5A6269;
}
</style>
background-color css
<style>
a { background-color: #5A6269; }
a { background-color: rgb(90,98,105); }
div.DivClassName
{
background-color: #5A6269;
}
.BgClassName
{
background-color: #5A6269;
}
</style>
border-color css
<style>
span { border-color: #5A6269; }
span { border-color: rgb(90,98,105); }
td.TdClassName
{
border-color: #5A6269;
}
.TagClassName
{
border-color: #5A6269;
}
</style>