Shades of Shuttle Grey #5B6375
Tints of Shuttle Grey #5B6375
RGB
CMYK
RGB Variations
Color information
#5B6375 (or 0x5B6375) is known color: Shuttle Grey. HEX triplet: 5B, 63 and 75. RGB value is (91,99,117). Sum of RGB (Red+Green+Blue) = 91+99+117=307 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.64% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: blue. Hex color #5B6375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6375 is #A49C8A. Grayscale: #626262. Windows color (decimal): -10787979 or 7693147. OLE color: 7693147.
HSL color Cylindrical-coordinate representation of color #5B6375: hue angle of 221.54º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B6375 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 99 | 117 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.54 |
| HSL | 221.54º | 0.13% | 0.41% | - |
| HSV(B) | 221.54º | 0.22% | 0.46% | - |
| XYZ | 11.99 | 12.43 | 18.6 | - |
| YUV | 98.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 117 | 0.22 | 0.15 | 0 | 0.54 | 221.54 | 0.13 | 0.41 |
| Hex | 5B | 63 | 75 | 16 | F | 0 | 36 | DE | C | 29 |
| Octal | 133 | 143 | 165 | 26 | 17 | 0 | 66 | 336 | 14 | 51 |
| Binary | 1011011 | 1100011 | 1110101 | 10110 | 1111 | 0 | 110110 | 11011110 | 1100 | 101001 |
Color Harmonies of #5B6375
Complementary color
Monochromatic Colors of #5B6375
Black with #5B6375
Text Example
Text Example
White with #5B6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6375; }
p { color: rgb(91,99,117); }
H1.HeaderClassName
{
color: #5B6375;
}
.AnyTagClassName
{
color: #5B6375;
}
</style>
background-color css
<style>
a { background-color: #5B6375; }
a { background-color: rgb(91,99,117); }
div.DivClassName
{
background-color: #5B6375;
}
.BgClassName
{
background-color: #5B6375;
}
</style>
border-color css
<style>
span { border-color: #5B6375; }
span { border-color: rgb(91,99,117); }
td.TdClassName
{
border-color: #5B6375;
}
.TagClassName
{
border-color: #5B6375;
}
</style>