Shades of Shuttle Grey #5B6479
Tints of Shuttle Grey #5B6479
RGB
CMYK
RGB Variations
Color information
#5B6479 (or 0x5B6479) is known color: Shuttle Grey. HEX triplet: 5B, 64 and 79. RGB value is (91,100,121). Sum of RGB (Red+Green+Blue) = 91+100+121=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 121 - color contains mainly: blue. Hex color #5B6479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6479 is #A49B86. Grayscale: #636363. Windows color (decimal): -10787719 or 7955547. OLE color: 7955547.
HSL color Cylindrical-coordinate representation of color #5B6479: hue angle of 222º 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 #5B6479 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 100 | 121 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.53 |
| HSL | 222º | 0.14% | 0.42% | - |
| HSV(B) | 222º | 0.25% | 0.47% | - |
| XYZ | 12.32 | 12.72 | 19.89 | - |
| YUV | 99.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 100 | 121 | 0.25 | 0.17 | 0 | 0.53 | 222 | 0.14 | 0.42 |
| Hex | 5B | 64 | 79 | 19 | 11 | 0 | 35 | DE | E | 2A |
| Octal | 133 | 144 | 171 | 31 | 21 | 0 | 65 | 336 | 16 | 52 |
| Binary | 1011011 | 1100100 | 1111001 | 11001 | 10001 | 0 | 110101 | 11011110 | 1110 | 101010 |
Color Harmonies of #5B6479
Complementary color
Monochromatic Colors of #5B6479
Black with #5B6479
Text Example
Text Example
White with #5B6479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6479; }
p { color: rgb(91,100,121); }
H1.HeaderClassName
{
color: #5B6479;
}
.AnyTagClassName
{
color: #5B6479;
}
</style>
background-color css
<style>
a { background-color: #5B6479; }
a { background-color: rgb(91,100,121); }
div.DivClassName
{
background-color: #5B6479;
}
.BgClassName
{
background-color: #5B6479;
}
</style>
border-color css
<style>
span { border-color: #5B6479; }
span { border-color: rgb(91,100,121); }
td.TdClassName
{
border-color: #5B6479;
}
.TagClassName
{
border-color: #5B6479;
}
</style>