Shades of Shuttle Grey #525E6B
Tints of Shuttle Grey #525E6B
RGB
CMYK
RGB Variations
Color information
#525E6B (or 0x525E6B) is known color: Shuttle Grey. HEX triplet: 52, 5E and 6B. RGB value is (82,94,107). Sum of RGB (Red+Green+Blue) = 82+94+107=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 107 - color contains mainly: blue. Hex color #525E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E6B is #ADA194. Grayscale: #5B5B5B. Windows color (decimal): -11379093 or 7036498. OLE color: 7036498.
HSL color Cylindrical-coordinate representation of color #525E6B: 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 #525E6B is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 94 | 107 | - |
| 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.14 | 10.86 | 15.47 | - |
| YUV | 91.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 107 | 0.23 | 0.12 | 0 | 0.58 | 211.2 | 0.13 | 0.37 |
| Hex | 52 | 5E | 6B | 17 | C | 0 | 3A | D3 | D | 25 |
| Octal | 122 | 136 | 153 | 27 | 14 | 0 | 72 | 323 | 15 | 45 |
| Binary | 1010010 | 1011110 | 1101011 | 10111 | 1100 | 0 | 111010 | 11010011 | 1101 | 100101 |
Color Harmonies of #525E6B
Complementary color
Monochromatic Colors of #525E6B
Black with #525E6B
Text Example
Text Example
White with #525E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E6B; }
p { color: rgb(82,94,107); }
H1.HeaderClassName
{
color: #525E6B;
}
.AnyTagClassName
{
color: #525E6B;
}
</style>
background-color css
<style>
a { background-color: #525E6B; }
a { background-color: rgb(82,94,107); }
div.DivClassName
{
background-color: #525E6B;
}
.BgClassName
{
background-color: #525E6B;
}
</style>
border-color css
<style>
span { border-color: #525E6B; }
span { border-color: rgb(82,94,107); }
td.TdClassName
{
border-color: #525E6B;
}
.TagClassName
{
border-color: #525E6B;
}
</style>