Shades of Shuttle Grey #536172
Tints of Shuttle Grey #536172
RGB
CMYK
RGB Variations
Color information
#536172 (or 0x536172) is known color: Shuttle Grey. HEX triplet: 53, 61 and 72. RGB value is (83,97,114). Sum of RGB (Red+Green+Blue) = 83+97+114=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #536172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536172 is #AC9E8D. Grayscale: #5E5E5E. Windows color (decimal): -11312782 or 7496019. OLE color: 7496019.
HSL color Cylindrical-coordinate representation of color #536172: hue angle of 212.9º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #536172 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 97 | 114 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.55 |
| HSL | 212.9º | 0.16% | 0.39% | - |
| HSV(B) | 212.9º | 0.27% | 0.45% | - |
| XYZ | 10.88 | 11.6 | 17.59 | - |
| YUV | 94.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 114 | 0.27 | 0.15 | 0 | 0.55 | 212.9 | 0.16 | 0.39 |
| Hex | 53 | 61 | 72 | 1B | F | 0 | 37 | D5 | 10 | 27 |
| Octal | 123 | 141 | 162 | 33 | 17 | 0 | 67 | 325 | 20 | 47 |
| Binary | 1010011 | 1100001 | 1110010 | 11011 | 1111 | 0 | 110111 | 11010101 | 10000 | 100111 |
Color Harmonies of #536172
Complementary color
Monochromatic Colors of #536172
Black with #536172
Text Example
Text Example
White with #536172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536172; }
p { color: rgb(83,97,114); }
H1.HeaderClassName
{
color: #536172;
}
.AnyTagClassName
{
color: #536172;
}
</style>
background-color css
<style>
a { background-color: #536172; }
a { background-color: rgb(83,97,114); }
div.DivClassName
{
background-color: #536172;
}
.BgClassName
{
background-color: #536172;
}
</style>
border-color css
<style>
span { border-color: #536172; }
span { border-color: rgb(83,97,114); }
td.TdClassName
{
border-color: #536172;
}
.TagClassName
{
border-color: #536172;
}
</style>