Shades of Bright Grey #525D6B
Tints of Bright Grey #525D6B
RGB
CMYK
RGB Variations
Color information
#525D6B (or 0x525D6B) is known color: Bright Grey. HEX triplet: 52, 5D and 6B. RGB value is (82,93,107). Sum of RGB (Red+Green+Blue) = 82+93+107=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 107 - color contains mainly: blue. Hex color #525D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D6B is #ADA294. Grayscale: #5B5B5B. Windows color (decimal): -11379349 or 7036242. OLE color: 7036242.
HSL color Cylindrical-coordinate representation of color #525D6B: hue angle of 213.6º 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 #525D6B is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 93 | 107 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.58 |
| HSL | 213.6º | 0.13% | 0.37% | - |
| HSV(B) | 213.6º | 0.23% | 0.42% | - |
| XYZ | 10.05 | 10.68 | 15.44 | - |
| YUV | 91.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 107 | 0.23 | 0.13 | 0 | 0.58 | 213.6 | 0.13 | 0.37 |
| Hex | 52 | 5D | 6B | 17 | D | 0 | 3A | D6 | D | 25 |
| Octal | 122 | 135 | 153 | 27 | 15 | 0 | 72 | 326 | 15 | 45 |
| Binary | 1010010 | 1011101 | 1101011 | 10111 | 1101 | 0 | 111010 | 11010110 | 1101 | 100101 |
Color Harmonies of #525D6B
Complementary color
Monochromatic Colors of #525D6B
Black with #525D6B
Text Example
Text Example
White with #525D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D6B; }
p { color: rgb(82,93,107); }
H1.HeaderClassName
{
color: #525D6B;
}
.AnyTagClassName
{
color: #525D6B;
}
</style>
background-color css
<style>
a { background-color: #525D6B; }
a { background-color: rgb(82,93,107); }
div.DivClassName
{
background-color: #525D6B;
}
.BgClassName
{
background-color: #525D6B;
}
</style>
border-color css
<style>
span { border-color: #525D6B; }
span { border-color: rgb(82,93,107); }
td.TdClassName
{
border-color: #525D6B;
}
.TagClassName
{
border-color: #525D6B;
}
</style>