Shades of Shuttle Grey #5B5F63
Tints of Shuttle Grey #5B5F63
RGB
CMYK
RGB Variations
Color information
#5B5F63 (or 0x5B5F63) is known color: Shuttle Grey. HEX triplet: 5B, 5F and 63. RGB value is (91,95,99). Sum of RGB (Red+Green+Blue) = 91+95+99=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B5F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5F63 is #A4A09C. Grayscale: #5E5E5E. Windows color (decimal): -10789021 or 6512475. OLE color: 6512475.
HSL color Cylindrical-coordinate representation of color #5B5F63: hue angle of 210º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5B5F63 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 95 | 99 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.61 |
| HSL | 210º | 0.04% | 0.37% | - |
| HSV(B) | 210º | 0.08% | 0.39% | - |
| XYZ | 10.66 | 11.31 | 13.43 | - |
| YUV | 94.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 99 | 0.08 | 0.04 | 0 | 0.61 | 210 | 0.04 | 0.37 |
| Hex | 5B | 5F | 63 | 8 | 4 | 0 | 3D | D2 | 4 | 25 |
| Octal | 133 | 137 | 143 | 10 | 4 | 0 | 75 | 322 | 4 | 45 |
| Binary | 1011011 | 1011111 | 1100011 | 1000 | 100 | 0 | 111101 | 11010010 | 100 | 100101 |
Color Harmonies of #5B5F63
Complementary color
Monochromatic Colors of #5B5F63
Black with #5B5F63
Text Example
Text Example
White with #5B5F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5F63; }
p { color: rgb(91,95,99); }
H1.HeaderClassName
{
color: #5B5F63;
}
.AnyTagClassName
{
color: #5B5F63;
}
</style>
background-color css
<style>
a { background-color: #5B5F63; }
a { background-color: rgb(91,95,99); }
div.DivClassName
{
background-color: #5B5F63;
}
.BgClassName
{
background-color: #5B5F63;
}
</style>
border-color css
<style>
span { border-color: #5B5F63; }
span { border-color: rgb(91,95,99); }
td.TdClassName
{
border-color: #5B5F63;
}
.TagClassName
{
border-color: #5B5F63;
}
</style>