Shades of Shuttle Grey #535F6C
Tints of Shuttle Grey #535F6C
RGB
CMYK
RGB Variations
Color information
#535F6C (or 0x535F6C) is known color: Shuttle Grey. HEX triplet: 53, 5F and 6C. RGB value is (83,95,108). Sum of RGB (Red+Green+Blue) = 83+95+108=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #535F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F6C is #ACA093. Grayscale: #5C5C5C. Windows color (decimal): -11313300 or 7102291. OLE color: 7102291.
HSL color Cylindrical-coordinate representation of color #535F6C: hue angle of 211.2º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #535F6C is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 95 | 108 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.58 |
| HSL | 211.2º | 0.13% | 0.37% | - |
| HSV(B) | 211.2º | 0.23% | 0.42% | - |
| XYZ | 10.37 | 11.11 | 15.78 | - |
| YUV | 92.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 108 | 0.23 | 0.12 | 0 | 0.58 | 211.2 | 0.13 | 0.37 |
| Hex | 53 | 5F | 6C | 17 | C | 0 | 3A | D3 | D | 25 |
| Octal | 123 | 137 | 154 | 27 | 14 | 0 | 72 | 323 | 15 | 45 |
| Binary | 1010011 | 1011111 | 1101100 | 10111 | 1100 | 0 | 111010 | 11010011 | 1101 | 100101 |
Color Harmonies of #535F6C
Complementary color
Monochromatic Colors of #535F6C
Black with #535F6C
Text Example
Text Example
White with #535F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F6C; }
p { color: rgb(83,95,108); }
H1.HeaderClassName
{
color: #535F6C;
}
.AnyTagClassName
{
color: #535F6C;
}
</style>
background-color css
<style>
a { background-color: #535F6C; }
a { background-color: rgb(83,95,108); }
div.DivClassName
{
background-color: #535F6C;
}
.BgClassName
{
background-color: #535F6C;
}
</style>
border-color css
<style>
span { border-color: #535F6C; }
span { border-color: rgb(83,95,108); }
td.TdClassName
{
border-color: #535F6C;
}
.TagClassName
{
border-color: #535F6C;
}
</style>