Shades of Shuttle Grey #5A6772
Tints of Shuttle Grey #5A6772
RGB
CMYK
RGB Variations
Color information
#5A6772 (or 0x5A6772) is known color: Shuttle Grey. HEX triplet: 5A, 67 and 72. RGB value is (90,103,114). Sum of RGB (Red+Green+Blue) = 90+103+114=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A6772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6772 is #A5988D. Grayscale: #646464. Windows color (decimal): -10852494 or 7497562. OLE color: 7497562.
HSL color Cylindrical-coordinate representation of color #5A6772: hue angle of 207.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A6772 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 103 | 114 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.55 |
| HSL | 207.5º | 0.12% | 0.4% | - |
| HSV(B) | 207.5º | 0.21% | 0.45% | - |
| XYZ | 12.1 | 13.09 | 17.81 | - |
| YUV | 100.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 114 | 0.21 | 0.10 | 0 | 0.55 | 207.5 | 0.12 | 0.4 |
| Hex | 5A | 67 | 72 | 15 | A | 0 | 37 | D0 | C | 28 |
| Octal | 132 | 147 | 162 | 25 | 12 | 0 | 67 | 320 | 14 | 50 |
| Binary | 1011010 | 1100111 | 1110010 | 10101 | 1010 | 0 | 110111 | 11010000 | 1100 | 101000 |
Color Harmonies of #5A6772
Complementary color
Monochromatic Colors of #5A6772
Black with #5A6772
Text Example
Text Example
White with #5A6772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6772; }
p { color: rgb(90,103,114); }
H1.HeaderClassName
{
color: #5A6772;
}
.AnyTagClassName
{
color: #5A6772;
}
</style>
background-color css
<style>
a { background-color: #5A6772; }
a { background-color: rgb(90,103,114); }
div.DivClassName
{
background-color: #5A6772;
}
.BgClassName
{
background-color: #5A6772;
}
</style>
border-color css
<style>
span { border-color: #5A6772; }
span { border-color: rgb(90,103,114); }
td.TdClassName
{
border-color: #5A6772;
}
.TagClassName
{
border-color: #5A6772;
}
</style>