Shades of Bright Grey #525C68
Tints of Bright Grey #525C68
RGB
CMYK
RGB Variations
Color information
#525C68 (or 0x525C68) is known color: Bright Grey. HEX triplet: 52, 5C and 68. RGB value is (82,92,104). Sum of RGB (Red+Green+Blue) = 82+92+104=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #525C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C68 is #ADA397. Grayscale: #5A5A5A. Windows color (decimal): -11379608 or 6839378. OLE color: 6839378.
HSL color Cylindrical-coordinate representation of color #525C68: hue angle of 212.73º 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 #525C68 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 92 | 104 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.59 |
| HSL | 212.73º | 0.12% | 0.36% | - |
| HSV(B) | 212.73º | 0.21% | 0.41% | - |
| XYZ | 9.81 | 10.45 | 14.6 | - |
| YUV | 90.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 104 | 0.21 | 0.12 | 0 | 0.59 | 212.73 | 0.12 | 0.36 |
| Hex | 52 | 5C | 68 | 15 | C | 0 | 3B | D5 | C | 24 |
| Octal | 122 | 134 | 150 | 25 | 14 | 0 | 73 | 325 | 14 | 44 |
| Binary | 1010010 | 1011100 | 1101000 | 10101 | 1100 | 0 | 111011 | 11010101 | 1100 | 100100 |
Color Harmonies of #525C68
Complementary color
Monochromatic Colors of #525C68
Black with #525C68
Text Example
Text Example
White with #525C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C68; }
p { color: rgb(82,92,104); }
H1.HeaderClassName
{
color: #525C68;
}
.AnyTagClassName
{
color: #525C68;
}
</style>
background-color css
<style>
a { background-color: #525C68; }
a { background-color: rgb(82,92,104); }
div.DivClassName
{
background-color: #525C68;
}
.BgClassName
{
background-color: #525C68;
}
</style>
border-color css
<style>
span { border-color: #525C68; }
span { border-color: rgb(82,92,104); }
td.TdClassName
{
border-color: #525C68;
}
.TagClassName
{
border-color: #525C68;
}
</style>