Shades of Shuttle Grey #5B6A79
Tints of Shuttle Grey #5B6A79
RGB
CMYK
RGB Variations
Color information
#5B6A79 (or 0x5B6A79) is known color: Shuttle Grey. HEX triplet: 5B, 6A and 79. RGB value is (91,106,121). Sum of RGB (Red+Green+Blue) = 91+106+121=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 121 - color contains mainly: blue. Hex color #5B6A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6A79 is #A49586. Grayscale: #676767. Windows color (decimal): -10786183 or 7957083. OLE color: 7957083.
HSL color Cylindrical-coordinate representation of color #5B6A79: hue angle of 210º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B6A79 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 106 | 121 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.53 |
| HSL | 210º | 0.14% | 0.42% | - |
| HSV(B) | 210º | 0.25% | 0.47% | - |
| XYZ | 12.92 | 13.91 | 20.09 | - |
| YUV | 103.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 106 | 121 | 0.25 | 0.12 | 0 | 0.53 | 210 | 0.14 | 0.42 |
| Hex | 5B | 6A | 79 | 19 | C | 0 | 35 | D2 | E | 2A |
| Octal | 133 | 152 | 171 | 31 | 14 | 0 | 65 | 322 | 16 | 52 |
| Binary | 1011011 | 1101010 | 1111001 | 11001 | 1100 | 0 | 110101 | 11010010 | 1110 | 101010 |
Color Harmonies of #5B6A79
Complementary color
Monochromatic Colors of #5B6A79
Black with #5B6A79
Text Example
Text Example
White with #5B6A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6A79; }
p { color: rgb(91,106,121); }
H1.HeaderClassName
{
color: #5B6A79;
}
.AnyTagClassName
{
color: #5B6A79;
}
</style>
background-color css
<style>
a { background-color: #5B6A79; }
a { background-color: rgb(91,106,121); }
div.DivClassName
{
background-color: #5B6A79;
}
.BgClassName
{
background-color: #5B6A79;
}
</style>
border-color css
<style>
span { border-color: #5B6A79; }
span { border-color: rgb(91,106,121); }
td.TdClassName
{
border-color: #5B6A79;
}
.TagClassName
{
border-color: #5B6A79;
}
</style>