Shades of Bright Grey #525A65
Tints of Bright Grey #525A65
RGB
CMYK
RGB Variations
Color information
#525A65 (or 0x525A65) is known color: Bright Grey. HEX triplet: 52, 5A and 65. RGB value is (82,90,101). Sum of RGB (Red+Green+Blue) = 82+90+101=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #525A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A65 is #ADA59A. Grayscale: #585858. Windows color (decimal): -11380123 or 6642258. OLE color: 6642258.
HSL color Cylindrical-coordinate representation of color #525A65: hue angle of 214.74º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #525A65 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 90 | 101 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.60 |
| HSL | 214.74º | 0.1% | 0.36% | - |
| HSV(B) | 214.74º | 0.19% | 0.4% | - |
| XYZ | 9.48 | 10.05 | 13.75 | - |
| YUV | 88.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 101 | 0.19 | 0.11 | 0 | 0.60 | 214.74 | 0.1 | 0.36 |
| Hex | 52 | 5A | 65 | 13 | B | 0 | 3C | D7 | A | 24 |
| Octal | 122 | 132 | 145 | 23 | 13 | 0 | 74 | 327 | 12 | 44 |
| Binary | 1010010 | 1011010 | 1100101 | 10011 | 1011 | 0 | 111100 | 11010111 | 1010 | 100100 |
Color Harmonies of #525A65
Complementary color
Monochromatic Colors of #525A65
Black with #525A65
Text Example
Text Example
White with #525A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A65; }
p { color: rgb(82,90,101); }
H1.HeaderClassName
{
color: #525A65;
}
.AnyTagClassName
{
color: #525A65;
}
</style>
background-color css
<style>
a { background-color: #525A65; }
a { background-color: rgb(82,90,101); }
div.DivClassName
{
background-color: #525A65;
}
.BgClassName
{
background-color: #525A65;
}
</style>
border-color css
<style>
span { border-color: #525A65; }
span { border-color: rgb(82,90,101); }
td.TdClassName
{
border-color: #525A65;
}
.TagClassName
{
border-color: #525A65;
}
</style>