Shades of Shuttle Grey #5A6673
Tints of Shuttle Grey #5A6673
RGB
CMYK
RGB Variations
Color information
#5A6673 (or 0x5A6673) is known color: Shuttle Grey. HEX triplet: 5A, 66 and 73. RGB value is (90,102,115). Sum of RGB (Red+Green+Blue) = 90+102+115=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A6673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6673 is #A5998C. Grayscale: #636363. Windows color (decimal): -10852749 or 7562842. OLE color: 7562842.
HSL color Cylindrical-coordinate representation of color #5A6673: hue angle of 211.2º degrees, saturation: 0.12, 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 #5A6673 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 102 | 115 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.55 |
| HSL | 211.2º | 0.12% | 0.4% | - |
| HSV(B) | 211.2º | 0.22% | 0.45% | - |
| XYZ | 12.06 | 12.91 | 18.08 | - |
| YUV | 99.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 115 | 0.22 | 0.11 | 0 | 0.55 | 211.2 | 0.12 | 0.4 |
| Hex | 5A | 66 | 73 | 16 | B | 0 | 37 | D3 | C | 28 |
| Octal | 132 | 146 | 163 | 26 | 13 | 0 | 67 | 323 | 14 | 50 |
| Binary | 1011010 | 1100110 | 1110011 | 10110 | 1011 | 0 | 110111 | 11010011 | 1100 | 101000 |
Color Harmonies of #5A6673
Complementary color
Monochromatic Colors of #5A6673
Black with #5A6673
Text Example
Text Example
White with #5A6673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6673; }
p { color: rgb(90,102,115); }
H1.HeaderClassName
{
color: #5A6673;
}
.AnyTagClassName
{
color: #5A6673;
}
</style>
background-color css
<style>
a { background-color: #5A6673; }
a { background-color: rgb(90,102,115); }
div.DivClassName
{
background-color: #5A6673;
}
.BgClassName
{
background-color: #5A6673;
}
</style>
border-color css
<style>
span { border-color: #5A6673; }
span { border-color: rgb(90,102,115); }
td.TdClassName
{
border-color: #5A6673;
}
.TagClassName
{
border-color: #5A6673;
}
</style>