Shades of Bright Grey #525961
Tints of Bright Grey #525961
RGB
CMYK
RGB Variations
Color information
#525961 (or 0x525961) is known color: Bright Grey. HEX triplet: 52, 59 and 61. RGB value is (82,89,97). Sum of RGB (Red+Green+Blue) = 82+89+97=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 97 - color contains mainly: blue. Hex color #525961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525961 is #ADA69E. Grayscale: #575757. Windows color (decimal): -11380383 or 6379858. OLE color: 6379858.
HSL color Cylindrical-coordinate representation of color #525961: hue angle of 212º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #525961 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 89 | 97 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.62 |
| HSL | 212º | 0.08% | 0.35% | - |
| HSV(B) | 212º | 0.15% | 0.38% | - |
| XYZ | 9.21 | 9.8 | 12.72 | - |
| YUV | 87.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 97 | 0.15 | 0.08 | 0 | 0.62 | 212 | 0.08 | 0.35 |
| Hex | 52 | 59 | 61 | F | 8 | 0 | 3E | D4 | 8 | 23 |
| Octal | 122 | 131 | 141 | 17 | 10 | 0 | 76 | 324 | 10 | 43 |
| Binary | 1010010 | 1011001 | 1100001 | 1111 | 1000 | 0 | 111110 | 11010100 | 1000 | 100011 |
Color Harmonies of #525961
Complementary color
Monochromatic Colors of #525961
Black with #525961
Text Example
Text Example
White with #525961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525961; }
p { color: rgb(82,89,97); }
H1.HeaderClassName
{
color: #525961;
}
.AnyTagClassName
{
color: #525961;
}
</style>
background-color css
<style>
a { background-color: #525961; }
a { background-color: rgb(82,89,97); }
div.DivClassName
{
background-color: #525961;
}
.BgClassName
{
background-color: #525961;
}
</style>
border-color css
<style>
span { border-color: #525961; }
span { border-color: rgb(82,89,97); }
td.TdClassName
{
border-color: #525961;
}
.TagClassName
{
border-color: #525961;
}
</style>