Shades of Shuttle Grey #535F6D
Tints of Shuttle Grey #535F6D
RGB
CMYK
RGB Variations
Color information
#535F6D (or 0x535F6D) is known color: Shuttle Grey. HEX triplet: 53, 5F and 6D. RGB value is (83,95,109). Sum of RGB (Red+Green+Blue) = 83+95+109=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 109 - color contains mainly: blue. Hex color #535F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F6D is #ACA092. Grayscale: #5C5C5C. Windows color (decimal): -11313299 or 7167827. OLE color: 7167827.
HSL color Cylindrical-coordinate representation of color #535F6D: hue angle of 212.31º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #535F6D is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 95 | 109 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.57 |
| HSL | 212.31º | 0.14% | 0.38% | - |
| HSV(B) | 212.31º | 0.24% | 0.43% | - |
| XYZ | 10.42 | 11.13 | 16.07 | - |
| YUV | 93.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 109 | 0.24 | 0.13 | 0 | 0.57 | 212.31 | 0.14 | 0.38 |
| Hex | 53 | 5F | 6D | 18 | D | 0 | 39 | D4 | E | 26 |
| Octal | 123 | 137 | 155 | 30 | 15 | 0 | 71 | 324 | 16 | 46 |
| Binary | 1010011 | 1011111 | 1101101 | 11000 | 1101 | 0 | 111001 | 11010100 | 1110 | 100110 |
Color Harmonies of #535F6D
Complementary color
Monochromatic Colors of #535F6D
Black with #535F6D
Text Example
Text Example
White with #535F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F6D; }
p { color: rgb(83,95,109); }
H1.HeaderClassName
{
color: #535F6D;
}
.AnyTagClassName
{
color: #535F6D;
}
</style>
background-color css
<style>
a { background-color: #535F6D; }
a { background-color: rgb(83,95,109); }
div.DivClassName
{
background-color: #535F6D;
}
.BgClassName
{
background-color: #535F6D;
}
</style>
border-color css
<style>
span { border-color: #535F6D; }
span { border-color: rgb(83,95,109); }
td.TdClassName
{
border-color: #535F6D;
}
.TagClassName
{
border-color: #535F6D;
}
</style>