Shades of Bright Grey #525561
Tints of Bright Grey #525561
RGB
CMYK
RGB Variations
Color information
#525561 (or 0x525561) is known color: Bright Grey. HEX triplet: 52, 55 and 61. RGB value is (82,85,97). Sum of RGB (Red+Green+Blue) = 82+85+97=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: blue. Hex color #525561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525561 is #ADAA9E. Grayscale: #555555. Windows color (decimal): -11381407 or 6378834. OLE color: 6378834.
HSL color Cylindrical-coordinate representation of color #525561: hue angle of 228º 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 #525561 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 85 | 97 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.62 |
| HSL | 228º | 0.08% | 0.35% | - |
| HSV(B) | 228º | 0.15% | 0.38% | - |
| XYZ | 8.89 | 9.15 | 12.61 | - |
| YUV | 85.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 97 | 0.15 | 0.12 | 0 | 0.62 | 228 | 0.08 | 0.35 |
| Hex | 52 | 55 | 61 | F | C | 0 | 3E | E4 | 8 | 23 |
| Octal | 122 | 125 | 141 | 17 | 14 | 0 | 76 | 344 | 10 | 43 |
| Binary | 1010010 | 1010101 | 1100001 | 1111 | 1100 | 0 | 111110 | 11100100 | 1000 | 100011 |
Color Harmonies of #525561
Complementary color
Monochromatic Colors of #525561
Black with #525561
Text Example
Text Example
White with #525561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525561; }
p { color: rgb(82,85,97); }
H1.HeaderClassName
{
color: #525561;
}
.AnyTagClassName
{
color: #525561;
}
</style>
background-color css
<style>
a { background-color: #525561; }
a { background-color: rgb(82,85,97); }
div.DivClassName
{
background-color: #525561;
}
.BgClassName
{
background-color: #525561;
}
</style>
border-color css
<style>
span { border-color: #525561; }
span { border-color: rgb(82,85,97); }
td.TdClassName
{
border-color: #525561;
}
.TagClassName
{
border-color: #525561;
}
</style>