Shades of Bright Grey #525358
Tints of Bright Grey #525358
RGB
CMYK
RGB Variations
Color information
#525358 (or 0x525358) is known color: Bright Grey. HEX triplet: 52, 53 and 58. RGB value is (82,83,88). Sum of RGB (Red+Green+Blue) = 82+83+88=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 88 - color contains mainly: blue. Hex color #525358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525358 is #ADACA7. Grayscale: #535353. Windows color (decimal): -11381928 or 5788498. OLE color: 5788498.
HSL color Cylindrical-coordinate representation of color #525358: hue angle of 230º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #525358 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 83 | 88 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.65 |
| HSL | 230º | 0.04% | 0.33% | - |
| HSV(B) | 230º | 0.07% | 0.35% | - |
| XYZ | 8.33 | 8.68 | 10.47 | - |
| YUV | 83.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 88 | 0.07 | 0.06 | 0 | 0.65 | 230 | 0.04 | 0.33 |
| Hex | 52 | 53 | 58 | 7 | 6 | 0 | 41 | E6 | 4 | 21 |
| Octal | 122 | 123 | 130 | 7 | 6 | 0 | 101 | 346 | 4 | 41 |
| Binary | 1010010 | 1010011 | 1011000 | 111 | 110 | 0 | 1000001 | 11100110 | 100 | 100001 |
Color Harmonies of #525358
Complementary color
Monochromatic Colors of #525358
Black with #525358
Text Example
Text Example
White with #525358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525358; }
p { color: rgb(82,83,88); }
H1.HeaderClassName
{
color: #525358;
}
.AnyTagClassName
{
color: #525358;
}
</style>
background-color css
<style>
a { background-color: #525358; }
a { background-color: rgb(82,83,88); }
div.DivClassName
{
background-color: #525358;
}
.BgClassName
{
background-color: #525358;
}
</style>
border-color css
<style>
span { border-color: #525358; }
span { border-color: rgb(82,83,88); }
td.TdClassName
{
border-color: #525358;
}
.TagClassName
{
border-color: #525358;
}
</style>