Shades of Shuttle Grey #5A6974
Tints of Shuttle Grey #5A6974
RGB
CMYK
RGB Variations
Color information
#5A6974 (or 0x5A6974) is known color: Shuttle Grey. HEX triplet: 5A, 69 and 74. RGB value is (90,105,116). Sum of RGB (Red+Green+Blue) = 90+105+116=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A6974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6974 is #A5968B. Grayscale: #656565. Windows color (decimal): -10851980 or 7629146. OLE color: 7629146.
HSL color Cylindrical-coordinate representation of color #5A6974: hue angle of 205.38º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A6974 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 105 | 116 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.55 |
| HSL | 205.38º | 0.13% | 0.4% | - |
| HSV(B) | 205.38º | 0.22% | 0.45% | - |
| XYZ | 12.42 | 13.54 | 18.48 | - |
| YUV | 101.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 116 | 0.22 | 0.09 | 0 | 0.55 | 205.38 | 0.13 | 0.4 |
| Hex | 5A | 69 | 74 | 16 | 9 | 0 | 37 | CD | D | 28 |
| Octal | 132 | 151 | 164 | 26 | 11 | 0 | 67 | 315 | 15 | 50 |
| Binary | 1011010 | 1101001 | 1110100 | 10110 | 1001 | 0 | 110111 | 11001101 | 1101 | 101000 |
Color Harmonies of #5A6974
Complementary color
Monochromatic Colors of #5A6974
Black with #5A6974
Text Example
Text Example
White with #5A6974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6974; }
p { color: rgb(90,105,116); }
H1.HeaderClassName
{
color: #5A6974;
}
.AnyTagClassName
{
color: #5A6974;
}
</style>
background-color css
<style>
a { background-color: #5A6974; }
a { background-color: rgb(90,105,116); }
div.DivClassName
{
background-color: #5A6974;
}
.BgClassName
{
background-color: #5A6974;
}
</style>
border-color css
<style>
span { border-color: #5A6974; }
span { border-color: rgb(90,105,116); }
td.TdClassName
{
border-color: #5A6974;
}
.TagClassName
{
border-color: #5A6974;
}
</style>