Shades of Shuttle Grey #5B6673
Tints of Shuttle Grey #5B6673
RGB
CMYK
RGB Variations
Color information
#5B6673 (or 0x5B6673) is known color: Shuttle Grey. HEX triplet: 5B, 66 and 73. RGB value is (91,102,115). Sum of RGB (Red+Green+Blue) = 91+102+115=308 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.55% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B6673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6673 is #A4998C. Grayscale: #646464. Windows color (decimal): -10787213 or 7562843. OLE color: 7562843.
HSL color Cylindrical-coordinate representation of color #5B6673: hue angle of 212.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B6673 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 102 | 115 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.55 |
| HSL | 212.5º | 0.12% | 0.4% | - |
| HSV(B) | 212.5º | 0.21% | 0.45% | - |
| XYZ | 12.16 | 12.96 | 18.08 | - |
| YUV | 100.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 102 | 115 | 0.21 | 0.11 | 0 | 0.55 | 212.5 | 0.12 | 0.4 |
| Hex | 5B | 66 | 73 | 15 | B | 0 | 37 | D4 | C | 28 |
| Octal | 133 | 146 | 163 | 25 | 13 | 0 | 67 | 324 | 14 | 50 |
| Binary | 1011011 | 1100110 | 1110011 | 10101 | 1011 | 0 | 110111 | 11010100 | 1100 | 101000 |
Color Harmonies of #5B6673
Complementary color
Monochromatic Colors of #5B6673
Black with #5B6673
Text Example
Text Example
White with #5B6673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6673; }
p { color: rgb(91,102,115); }
H1.HeaderClassName
{
color: #5B6673;
}
.AnyTagClassName
{
color: #5B6673;
}
</style>
background-color css
<style>
a { background-color: #5B6673; }
a { background-color: rgb(91,102,115); }
div.DivClassName
{
background-color: #5B6673;
}
.BgClassName
{
background-color: #5B6673;
}
</style>
border-color css
<style>
span { border-color: #5B6673; }
span { border-color: rgb(91,102,115); }
td.TdClassName
{
border-color: #5B6673;
}
.TagClassName
{
border-color: #5B6673;
}
</style>