Shades of Shuttle Grey #535E69
Tints of Shuttle Grey #535E69
RGB
CMYK
RGB Variations
Color information
#535E69 (or 0x535E69) is known color: Shuttle Grey. HEX triplet: 53, 5E and 69. RGB value is (83,94,105). Sum of RGB (Red+Green+Blue) = 83+94+105=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #535E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E69 is #ACA196. Grayscale: #5B5B5B. Windows color (decimal): -11313559 or 6905427. OLE color: 6905427.
HSL color Cylindrical-coordinate representation of color #535E69: hue angle of 210º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #535E69 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 94 | 105 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.59 |
| HSL | 210º | 0.12% | 0.37% | - |
| HSV(B) | 210º | 0.21% | 0.41% | - |
| XYZ | 10.12 | 10.86 | 14.93 | - |
| YUV | 91.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 94 | 105 | 0.21 | 0.10 | 0 | 0.59 | 210 | 0.12 | 0.37 |
| Hex | 53 | 5E | 69 | 15 | A | 0 | 3B | D2 | C | 25 |
| Octal | 123 | 136 | 151 | 25 | 12 | 0 | 73 | 322 | 14 | 45 |
| Binary | 1010011 | 1011110 | 1101001 | 10101 | 1010 | 0 | 111011 | 11010010 | 1100 | 100101 |
Color Harmonies of #535E69
Complementary color
Monochromatic Colors of #535E69
Black with #535E69
Text Example
Text Example
White with #535E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535E69; }
p { color: rgb(83,94,105); }
H1.HeaderClassName
{
color: #535E69;
}
.AnyTagClassName
{
color: #535E69;
}
</style>
background-color css
<style>
a { background-color: #535E69; }
a { background-color: rgb(83,94,105); }
div.DivClassName
{
background-color: #535E69;
}
.BgClassName
{
background-color: #535E69;
}
</style>
border-color css
<style>
span { border-color: #535E69; }
span { border-color: rgb(83,94,105); }
td.TdClassName
{
border-color: #535E69;
}
.TagClassName
{
border-color: #535E69;
}
</style>