Shades of Shuttle Grey #5B6274
Tints of Shuttle Grey #5B6274
RGB
CMYK
RGB Variations
Color information
#5B6274 (or 0x5B6274) is known color: Shuttle Grey. HEX triplet: 5B, 62 and 74. RGB value is (91,98,116). Sum of RGB (Red+Green+Blue) = 91+98+116=305 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.84% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 116 - color contains mainly: blue. Hex color #5B6274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6274 is #A49D8B. Grayscale: #616161. Windows color (decimal): -10788236 or 7627355. OLE color: 7627355.
HSL color Cylindrical-coordinate representation of color #5B6274: hue angle of 223.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B6274 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 98 | 116 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.55 |
| HSL | 223.2º | 0.12% | 0.41% | - |
| HSV(B) | 223.2º | 0.22% | 0.45% | - |
| XYZ | 11.83 | 12.22 | 18.26 | - |
| YUV | 97.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 116 | 0.22 | 0.16 | 0 | 0.55 | 223.2 | 0.12 | 0.41 |
| Hex | 5B | 62 | 74 | 16 | 10 | 0 | 37 | DF | C | 29 |
| Octal | 133 | 142 | 164 | 26 | 20 | 0 | 67 | 337 | 14 | 51 |
| Binary | 1011011 | 1100010 | 1110100 | 10110 | 10000 | 0 | 110111 | 11011111 | 1100 | 101001 |
Color Harmonies of #5B6274
Complementary color
Monochromatic Colors of #5B6274
Black with #5B6274
Text Example
Text Example
White with #5B6274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6274; }
p { color: rgb(91,98,116); }
H1.HeaderClassName
{
color: #5B6274;
}
.AnyTagClassName
{
color: #5B6274;
}
</style>
background-color css
<style>
a { background-color: #5B6274; }
a { background-color: rgb(91,98,116); }
div.DivClassName
{
background-color: #5B6274;
}
.BgClassName
{
background-color: #5B6274;
}
</style>
border-color css
<style>
span { border-color: #5B6274; }
span { border-color: rgb(91,98,116); }
td.TdClassName
{
border-color: #5B6274;
}
.TagClassName
{
border-color: #5B6274;
}
</style>