Shades of Bright Grey #52545A
Tints of Bright Grey #52545A
RGB
CMYK
RGB Variations
Color information
#52545A (or 0x52545A) is known color: Bright Grey. HEX triplet: 52, 54 and 5A. RGB value is (82,84,90). Sum of RGB (Red+Green+Blue) = 82+84+90=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 90 - color contains mainly: blue. Hex color #52545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52545A is #ADABA5. Grayscale: #545454. Windows color (decimal): -11381670 or 5919826. OLE color: 5919826.
HSL color Cylindrical-coordinate representation of color #52545A: hue angle of 225º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #52545A is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 84 | 90 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.65 |
| HSL | 225º | 0.05% | 0.34% | - |
| HSV(B) | 225º | 0.09% | 0.35% | - |
| XYZ | 8.5 | 8.87 | 10.94 | - |
| YUV | 84.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 90 | 0.09 | 0.07 | 0 | 0.65 | 225 | 0.05 | 0.34 |
| Hex | 52 | 54 | 5A | 9 | 7 | 0 | 41 | E1 | 5 | 22 |
| Octal | 122 | 124 | 132 | 11 | 7 | 0 | 101 | 341 | 5 | 42 |
| Binary | 1010010 | 1010100 | 1011010 | 1001 | 111 | 0 | 1000001 | 11100001 | 101 | 100010 |
Color Harmonies of #52545A
Complementary color
Monochromatic Colors of #52545A
Black with #52545A
Text Example
Text Example
White with #52545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52545A; }
p { color: rgb(82,84,90); }
H1.HeaderClassName
{
color: #52545A;
}
.AnyTagClassName
{
color: #52545A;
}
</style>
background-color css
<style>
a { background-color: #52545A; }
a { background-color: rgb(82,84,90); }
div.DivClassName
{
background-color: #52545A;
}
.BgClassName
{
background-color: #52545A;
}
</style>
border-color css
<style>
span { border-color: #52545A; }
span { border-color: rgb(82,84,90); }
td.TdClassName
{
border-color: #52545A;
}
.TagClassName
{
border-color: #52545A;
}
</style>