Shades of Bright Grey #525B6A
Tints of Bright Grey #525B6A
RGB
CMYK
RGB Variations
Color information
#525B6A (or 0x525B6A) is known color: Bright Grey. HEX triplet: 52, 5B and 6A. RGB value is (82,91,106). Sum of RGB (Red+Green+Blue) = 82+91+106=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 106 - color contains mainly: blue. Hex color #525B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B6A is #ADA495. Grayscale: #595959. Windows color (decimal): -11379862 or 6970194. OLE color: 6970194.
HSL color Cylindrical-coordinate representation of color #525B6A: hue angle of 217.5º 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 #525B6A is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 91 | 106 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.58 |
| HSL | 217.5º | 0.13% | 0.37% | - |
| HSV(B) | 217.5º | 0.23% | 0.42% | - |
| XYZ | 9.82 | 10.32 | 15.11 | - |
| YUV | 90.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 106 | 0.23 | 0.14 | 0 | 0.58 | 217.5 | 0.13 | 0.37 |
| Hex | 52 | 5B | 6A | 17 | E | 0 | 3A | DA | D | 25 |
| Octal | 122 | 133 | 152 | 27 | 16 | 0 | 72 | 332 | 15 | 45 |
| Binary | 1010010 | 1011011 | 1101010 | 10111 | 1110 | 0 | 111010 | 11011010 | 1101 | 100101 |
Color Harmonies of #525B6A
Complementary color
Monochromatic Colors of #525B6A
Black with #525B6A
Text Example
Text Example
White with #525B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B6A; }
p { color: rgb(82,91,106); }
H1.HeaderClassName
{
color: #525B6A;
}
.AnyTagClassName
{
color: #525B6A;
}
</style>
background-color css
<style>
a { background-color: #525B6A; }
a { background-color: rgb(82,91,106); }
div.DivClassName
{
background-color: #525B6A;
}
.BgClassName
{
background-color: #525B6A;
}
</style>
border-color css
<style>
span { border-color: #525B6A; }
span { border-color: rgb(82,91,106); }
td.TdClassName
{
border-color: #525B6A;
}
.TagClassName
{
border-color: #525B6A;
}
</style>