Shades of Bright Grey #525968
Tints of Bright Grey #525968
RGB
CMYK
RGB Variations
Color information
#525968 (or 0x525968) is known color: Bright Grey. HEX triplet: 52, 59 and 68. RGB value is (82,89,104). Sum of RGB (Red+Green+Blue) = 82+89+104=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #525968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525968 is #ADA697. Grayscale: #585858. Windows color (decimal): -11380376 or 6838610. OLE color: 6838610.
HSL color Cylindrical-coordinate representation of color #525968: hue angle of 220.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #525968 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 89 | 104 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.59 |
| HSL | 220.91º | 0.12% | 0.36% | - |
| HSV(B) | 220.91º | 0.21% | 0.41% | - |
| XYZ | 9.55 | 9.94 | 14.51 | - |
| YUV | 88.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 104 | 0.21 | 0.14 | 0 | 0.59 | 220.91 | 0.12 | 0.36 |
| Hex | 52 | 59 | 68 | 15 | E | 0 | 3B | DD | C | 24 |
| Octal | 122 | 131 | 150 | 25 | 16 | 0 | 73 | 335 | 14 | 44 |
| Binary | 1010010 | 1011001 | 1101000 | 10101 | 1110 | 0 | 111011 | 11011101 | 1100 | 100100 |
Color Harmonies of #525968
Complementary color
Monochromatic Colors of #525968
Black with #525968
Text Example
Text Example
White with #525968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525968; }
p { color: rgb(82,89,104); }
H1.HeaderClassName
{
color: #525968;
}
.AnyTagClassName
{
color: #525968;
}
</style>
background-color css
<style>
a { background-color: #525968; }
a { background-color: rgb(82,89,104); }
div.DivClassName
{
background-color: #525968;
}
.BgClassName
{
background-color: #525968;
}
</style>
border-color css
<style>
span { border-color: #525968; }
span { border-color: rgb(82,89,104); }
td.TdClassName
{
border-color: #525968;
}
.TagClassName
{
border-color: #525968;
}
</style>