Shades of Shuttle Grey #525E6A
Tints of Shuttle Grey #525E6A
RGB
CMYK
RGB Variations
Color information
#525E6A (or 0x525E6A) is known color: Shuttle Grey. HEX triplet: 52, 5E and 6A. RGB value is (82,94,106). Sum of RGB (Red+Green+Blue) = 82+94+106=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 106 - color contains mainly: blue. Hex color #525E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E6A is #ADA195. Grayscale: #5B5B5B. Windows color (decimal): -11379094 or 6970962. OLE color: 6970962.
HSL color Cylindrical-coordinate representation of color #525E6A: hue angle of 210º 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 #525E6A is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 94 | 106 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.58 |
| HSL | 210º | 0.13% | 0.37% | - |
| HSV(B) | 210º | 0.23% | 0.42% | - |
| XYZ | 10.08 | 10.84 | 15.2 | - |
| YUV | 91.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 106 | 0.23 | 0.11 | 0 | 0.58 | 210 | 0.13 | 0.37 |
| Hex | 52 | 5E | 6A | 17 | B | 0 | 3A | D2 | D | 25 |
| Octal | 122 | 136 | 152 | 27 | 13 | 0 | 72 | 322 | 15 | 45 |
| Binary | 1010010 | 1011110 | 1101010 | 10111 | 1011 | 0 | 111010 | 11010010 | 1101 | 100101 |
Color Harmonies of #525E6A
Complementary color
Monochromatic Colors of #525E6A
Black with #525E6A
Text Example
Text Example
White with #525E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E6A; }
p { color: rgb(82,94,106); }
H1.HeaderClassName
{
color: #525E6A;
}
.AnyTagClassName
{
color: #525E6A;
}
</style>
background-color css
<style>
a { background-color: #525E6A; }
a { background-color: rgb(82,94,106); }
div.DivClassName
{
background-color: #525E6A;
}
.BgClassName
{
background-color: #525E6A;
}
</style>
border-color css
<style>
span { border-color: #525E6A; }
span { border-color: rgb(82,94,106); }
td.TdClassName
{
border-color: #525E6A;
}
.TagClassName
{
border-color: #525E6A;
}
</style>