Shades of Shuttle Grey #5B6574
Tints of Shuttle Grey #5B6574
RGB
CMYK
RGB Variations
Color information
#5B6574 (or 0x5B6574) is known color: Shuttle Grey. HEX triplet: 5B, 65 and 74. RGB value is (91,101,116). Sum of RGB (Red+Green+Blue) = 91+101+116=308 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.55% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 116 - color contains mainly: blue. Hex color #5B6574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6574 is #A49A8B. Grayscale: #636363. Windows color (decimal): -10787468 or 7628123. OLE color: 7628123.
HSL color Cylindrical-coordinate representation of color #5B6574: hue angle of 216º 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 #5B6574 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 101 | 116 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.55 |
| HSL | 216º | 0.12% | 0.41% | - |
| HSV(B) | 216º | 0.22% | 0.45% | - |
| XYZ | 12.12 | 12.79 | 18.35 | - |
| YUV | 99.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 116 | 0.22 | 0.13 | 0 | 0.55 | 216 | 0.12 | 0.41 |
| Hex | 5B | 65 | 74 | 16 | D | 0 | 37 | D8 | C | 29 |
| Octal | 133 | 145 | 164 | 26 | 15 | 0 | 67 | 330 | 14 | 51 |
| Binary | 1011011 | 1100101 | 1110100 | 10110 | 1101 | 0 | 110111 | 11011000 | 1100 | 101001 |
Color Harmonies of #5B6574
Complementary color
Monochromatic Colors of #5B6574
Black with #5B6574
Text Example
Text Example
White with #5B6574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6574; }
p { color: rgb(91,101,116); }
H1.HeaderClassName
{
color: #5B6574;
}
.AnyTagClassName
{
color: #5B6574;
}
</style>
background-color css
<style>
a { background-color: #5B6574; }
a { background-color: rgb(91,101,116); }
div.DivClassName
{
background-color: #5B6574;
}
.BgClassName
{
background-color: #5B6574;
}
</style>
border-color css
<style>
span { border-color: #5B6574; }
span { border-color: rgb(91,101,116); }
td.TdClassName
{
border-color: #5B6574;
}
.TagClassName
{
border-color: #5B6574;
}
</style>