Shades of Bright Grey #525868
Tints of Bright Grey #525868
RGB
CMYK
RGB Variations
Color information
#525868 (or 0x525868) is known color: Bright Grey. HEX triplet: 52, 58 and 68. RGB value is (82,88,104). Sum of RGB (Red+Green+Blue) = 82+88+104=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 104 - color contains mainly: blue. Hex color #525868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525868 is #ADA797. Grayscale: #575757. Windows color (decimal): -11380632 or 6838354. OLE color: 6838354.
HSL color Cylindrical-coordinate representation of color #525868: hue angle of 223.64º 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 #525868 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 88 | 104 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.59 |
| HSL | 223.64º | 0.12% | 0.36% | - |
| HSV(B) | 223.64º | 0.21% | 0.41% | - |
| XYZ | 9.47 | 9.77 | 14.48 | - |
| YUV | 88.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 104 | 0.21 | 0.15 | 0 | 0.59 | 223.64 | 0.12 | 0.36 |
| Hex | 52 | 58 | 68 | 15 | F | 0 | 3B | E0 | C | 24 |
| Octal | 122 | 130 | 150 | 25 | 17 | 0 | 73 | 340 | 14 | 44 |
| Binary | 1010010 | 1011000 | 1101000 | 10101 | 1111 | 0 | 111011 | 11100000 | 1100 | 100100 |
Color Harmonies of #525868
Complementary color
Monochromatic Colors of #525868
Black with #525868
Text Example
Text Example
White with #525868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525868; }
p { color: rgb(82,88,104); }
H1.HeaderClassName
{
color: #525868;
}
.AnyTagClassName
{
color: #525868;
}
</style>
background-color css
<style>
a { background-color: #525868; }
a { background-color: rgb(82,88,104); }
div.DivClassName
{
background-color: #525868;
}
.BgClassName
{
background-color: #525868;
}
</style>
border-color css
<style>
span { border-color: #525868; }
span { border-color: rgb(82,88,104); }
td.TdClassName
{
border-color: #525868;
}
.TagClassName
{
border-color: #525868;
}
</style>