Shades of Bright Grey #52555A
Tints of Bright Grey #52555A
RGB
CMYK
RGB Variations
Color information
#52555A (or 0x52555A) is known color: Bright Grey. HEX triplet: 52, 55 and 5A. RGB value is (82,85,90). Sum of RGB (Red+Green+Blue) = 82+85+90=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 90 - color contains mainly: blue. Hex color #52555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52555A is #ADAAA5. Grayscale: #545454. Windows color (decimal): -11381414 or 5920082. OLE color: 5920082.
HSL color Cylindrical-coordinate representation of color #52555A: hue angle of 217.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 #52555A is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 85 | 90 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.65 |
| HSL | 217.5º | 0.05% | 0.34% | - |
| HSV(B) | 217.5º | 0.09% | 0.35% | - |
| XYZ | 8.57 | 9.03 | 10.96 | - |
| YUV | 84.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 90 | 0.09 | 0.06 | 0 | 0.65 | 217.5 | 0.05 | 0.34 |
| Hex | 52 | 55 | 5A | 9 | 6 | 0 | 41 | DA | 5 | 22 |
| Octal | 122 | 125 | 132 | 11 | 6 | 0 | 101 | 332 | 5 | 42 |
| Binary | 1010010 | 1010101 | 1011010 | 1001 | 110 | 0 | 1000001 | 11011010 | 101 | 100010 |
Color Harmonies of #52555A
Complementary color
Monochromatic Colors of #52555A
Black with #52555A
Text Example
Text Example
White with #52555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52555A; }
p { color: rgb(82,85,90); }
H1.HeaderClassName
{
color: #52555A;
}
.AnyTagClassName
{
color: #52555A;
}
</style>
background-color css
<style>
a { background-color: #52555A; }
a { background-color: rgb(82,85,90); }
div.DivClassName
{
background-color: #52555A;
}
.BgClassName
{
background-color: #52555A;
}
</style>
border-color css
<style>
span { border-color: #52555A; }
span { border-color: rgb(82,85,90); }
td.TdClassName
{
border-color: #52555A;
}
.TagClassName
{
border-color: #52555A;
}
</style>