Shades of Shuttle Grey #536374
Tints of Shuttle Grey #536374
RGB
CMYK
RGB Variations
Color information
#536374 (or 0x536374) is known color: Shuttle Grey. HEX triplet: 53, 63 and 74. RGB value is (83,99,116). Sum of RGB (Red+Green+Blue) = 83+99+116=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #536374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536374 is #AC9C8B. Grayscale: #606060. Windows color (decimal): -11312268 or 7627603. OLE color: 7627603.
HSL color Cylindrical-coordinate representation of color #536374: hue angle of 210.91º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #536374 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 99 | 116 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.55 |
| HSL | 210.91º | 0.17% | 0.39% | - |
| HSV(B) | 210.91º | 0.28% | 0.45% | - |
| XYZ | 11.18 | 12.02 | 18.25 | - |
| YUV | 96.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 116 | 0.28 | 0.15 | 0 | 0.55 | 210.91 | 0.17 | 0.39 |
| Hex | 53 | 63 | 74 | 1C | F | 0 | 37 | D3 | 11 | 27 |
| Octal | 123 | 143 | 164 | 34 | 17 | 0 | 67 | 323 | 21 | 47 |
| Binary | 1010011 | 1100011 | 1110100 | 11100 | 1111 | 0 | 110111 | 11010011 | 10001 | 100111 |
Color Harmonies of #536374
Complementary color
Monochromatic Colors of #536374
Black with #536374
Text Example
Text Example
White with #536374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536374; }
p { color: rgb(83,99,116); }
H1.HeaderClassName
{
color: #536374;
}
.AnyTagClassName
{
color: #536374;
}
</style>
background-color css
<style>
a { background-color: #536374; }
a { background-color: rgb(83,99,116); }
div.DivClassName
{
background-color: #536374;
}
.BgClassName
{
background-color: #536374;
}
</style>
border-color css
<style>
span { border-color: #536374; }
span { border-color: rgb(83,99,116); }
td.TdClassName
{
border-color: #536374;
}
.TagClassName
{
border-color: #536374;
}
</style>