Shades of Bright Grey #52535A
Tints of Bright Grey #52535A
RGB
CMYK
RGB Variations
Color information
#52535A (or 0x52535A) is known color: Bright Grey. HEX triplet: 52, 53 and 5A. RGB value is (82,83,90). Sum of RGB (Red+Green+Blue) = 82+83+90=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 90 - color contains mainly: blue. Hex color #52535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52535A is #ADACA5. Grayscale: #535353. Windows color (decimal): -11381926 or 5919570. OLE color: 5919570.
HSL color Cylindrical-coordinate representation of color #52535A: hue angle of 232.5º 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 #52535A is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 83 | 90 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.65 |
| HSL | 232.5º | 0.05% | 0.34% | - |
| HSV(B) | 232.5º | 0.09% | 0.35% | - |
| XYZ | 8.42 | 8.72 | 10.91 | - |
| YUV | 83.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 90 | 0.09 | 0.08 | 0 | 0.65 | 232.5 | 0.05 | 0.34 |
| Hex | 52 | 53 | 5A | 9 | 8 | 0 | 41 | E8 | 5 | 22 |
| Octal | 122 | 123 | 132 | 11 | 10 | 0 | 101 | 350 | 5 | 42 |
| Binary | 1010010 | 1010011 | 1011010 | 1001 | 1000 | 0 | 1000001 | 11101000 | 101 | 100010 |
Color Harmonies of #52535A
Complementary color
Monochromatic Colors of #52535A
Black with #52535A
Text Example
Text Example
White with #52535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52535A; }
p { color: rgb(82,83,90); }
H1.HeaderClassName
{
color: #52535A;
}
.AnyTagClassName
{
color: #52535A;
}
</style>
background-color css
<style>
a { background-color: #52535A; }
a { background-color: rgb(82,83,90); }
div.DivClassName
{
background-color: #52535A;
}
.BgClassName
{
background-color: #52535A;
}
</style>
border-color css
<style>
span { border-color: #52535A; }
span { border-color: rgb(82,83,90); }
td.TdClassName
{
border-color: #52535A;
}
.TagClassName
{
border-color: #52535A;
}
</style>