Shades of Shuttle Grey #5B6372
Tints of Shuttle Grey #5B6372
RGB
CMYK
RGB Variations
Color information
#5B6372 (or 0x5B6372) is known color: Shuttle Grey. HEX triplet: 5B, 63 and 72. RGB value is (91,99,114). Sum of RGB (Red+Green+Blue) = 91+99+114=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B6372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6372 is #A49C8D. Grayscale: #626262. Windows color (decimal): -10787982 or 7496539. OLE color: 7496539.
HSL color Cylindrical-coordinate representation of color #5B6372: hue angle of 219.13º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B6372 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 99 | 114 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.55 |
| HSL | 219.13º | 0.11% | 0.4% | - |
| HSV(B) | 219.13º | 0.2% | 0.45% | - |
| XYZ | 11.81 | 12.36 | 17.68 | - |
| YUV | 98.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 114 | 0.20 | 0.13 | 0 | 0.55 | 219.13 | 0.11 | 0.4 |
| Hex | 5B | 63 | 72 | 14 | D | 0 | 37 | DB | B | 28 |
| Octal | 133 | 143 | 162 | 24 | 15 | 0 | 67 | 333 | 13 | 50 |
| Binary | 1011011 | 1100011 | 1110010 | 10100 | 1101 | 0 | 110111 | 11011011 | 1011 | 101000 |
Color Harmonies of #5B6372
Complementary color
Monochromatic Colors of #5B6372
Black with #5B6372
Text Example
Text Example
White with #5B6372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6372; }
p { color: rgb(91,99,114); }
H1.HeaderClassName
{
color: #5B6372;
}
.AnyTagClassName
{
color: #5B6372;
}
</style>
background-color css
<style>
a { background-color: #5B6372; }
a { background-color: rgb(91,99,114); }
div.DivClassName
{
background-color: #5B6372;
}
.BgClassName
{
background-color: #5B6372;
}
</style>
border-color css
<style>
span { border-color: #5B6372; }
span { border-color: rgb(91,99,114); }
td.TdClassName
{
border-color: #5B6372;
}
.TagClassName
{
border-color: #5B6372;
}
</style>