Shades of Shuttle Grey #5A6369
Tints of Shuttle Grey #5A6369
RGB
CMYK
RGB Variations
Color information
#5A6369 (or 0x5A6369) is known color: Shuttle Grey. HEX triplet: 5A, 63 and 69. RGB value is (90,99,105). Sum of RGB (Red+Green+Blue) = 90+99+105=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 105 - color contains mainly: blue. Hex color #5A6369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6369 is #A59C96. Grayscale: #606060. Windows color (decimal): -10853527 or 6906714. OLE color: 6906714.
HSL color Cylindrical-coordinate representation of color #5A6369: hue angle of 204º 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 #5A6369 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 99 | 105 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.59 |
| HSL | 204º | 0.08% | 0.38% | - |
| HSV(B) | 204º | 0.14% | 0.41% | - |
| XYZ | 11.23 | 12.12 | 15.11 | - |
| YUV | 96.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 105 | 0.14 | 0.06 | 0 | 0.59 | 204 | 0.08 | 0.38 |
| Hex | 5A | 63 | 69 | E | 6 | 0 | 3B | CC | 8 | 26 |
| Octal | 132 | 143 | 151 | 16 | 6 | 0 | 73 | 314 | 10 | 46 |
| Binary | 1011010 | 1100011 | 1101001 | 1110 | 110 | 0 | 111011 | 11001100 | 1000 | 100110 |
Color Harmonies of #5A6369
Complementary color
Monochromatic Colors of #5A6369
Black with #5A6369
Text Example
Text Example
White with #5A6369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6369; }
p { color: rgb(90,99,105); }
H1.HeaderClassName
{
color: #5A6369;
}
.AnyTagClassName
{
color: #5A6369;
}
</style>
background-color css
<style>
a { background-color: #5A6369; }
a { background-color: rgb(90,99,105); }
div.DivClassName
{
background-color: #5A6369;
}
.BgClassName
{
background-color: #5A6369;
}
</style>
border-color css
<style>
span { border-color: #5A6369; }
span { border-color: rgb(90,99,105); }
td.TdClassName
{
border-color: #5A6369;
}
.TagClassName
{
border-color: #5A6369;
}
</style>