Shades of Shuttle Grey #5A6067
Tints of Shuttle Grey #5A6067
RGB
CMYK
RGB Variations
Color information
#5A6067 (or 0x5A6067) is known color: Shuttle Grey. HEX triplet: 5A, 60 and 67. RGB value is (90,96,103). Sum of RGB (Red+Green+Blue) = 90+96+103=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 103 - color contains mainly: blue. Hex color #5A6067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6067 is #A59F98. Grayscale: #5E5E5E. Windows color (decimal): -10854297 or 6774874. OLE color: 6774874.
HSL color Cylindrical-coordinate representation of color #5A6067: hue angle of 212.31º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A6067 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 96 | 103 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.60 |
| HSL | 212.31º | 0.07% | 0.38% | - |
| HSV(B) | 212.31º | 0.13% | 0.4% | - |
| XYZ | 10.85 | 11.52 | 14.48 | - |
| YUV | 95 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 103 | 0.13 | 0.07 | 0 | 0.60 | 212.31 | 0.07 | 0.38 |
| Hex | 5A | 60 | 67 | D | 7 | 0 | 3C | D4 | 7 | 26 |
| Octal | 132 | 140 | 147 | 15 | 7 | 0 | 74 | 324 | 7 | 46 |
| Binary | 1011010 | 1100000 | 1100111 | 1101 | 111 | 0 | 111100 | 11010100 | 111 | 100110 |
Color Harmonies of #5A6067
Complementary color
Monochromatic Colors of #5A6067
Black with #5A6067
Text Example
Text Example
White with #5A6067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6067; }
p { color: rgb(90,96,103); }
H1.HeaderClassName
{
color: #5A6067;
}
.AnyTagClassName
{
color: #5A6067;
}
</style>
background-color css
<style>
a { background-color: #5A6067; }
a { background-color: rgb(90,96,103); }
div.DivClassName
{
background-color: #5A6067;
}
.BgClassName
{
background-color: #5A6067;
}
</style>
border-color css
<style>
span { border-color: #5A6067; }
span { border-color: rgb(90,96,103); }
td.TdClassName
{
border-color: #5A6067;
}
.TagClassName
{
border-color: #5A6067;
}
</style>