Shades of Bright Grey #525B67
Tints of Bright Grey #525B67
RGB
CMYK
RGB Variations
Color information
#525B67 (or 0x525B67) is known color: Bright Grey. HEX triplet: 52, 5B and 67. RGB value is (82,91,103). Sum of RGB (Red+Green+Blue) = 82+91+103=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 103 - color contains mainly: blue. Hex color #525B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B67 is #ADA498. Grayscale: #595959. Windows color (decimal): -11379865 or 6773586. OLE color: 6773586.
HSL color Cylindrical-coordinate representation of color #525B67: hue angle of 214.29º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525B67 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 91 | 103 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.60 |
| HSL | 214.29º | 0.11% | 0.36% | - |
| HSV(B) | 214.29º | 0.2% | 0.4% | - |
| XYZ | 9.67 | 10.26 | 14.3 | - |
| YUV | 89.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 103 | 0.20 | 0.12 | 0 | 0.60 | 214.29 | 0.11 | 0.36 |
| Hex | 52 | 5B | 67 | 14 | C | 0 | 3C | D6 | B | 24 |
| Octal | 122 | 133 | 147 | 24 | 14 | 0 | 74 | 326 | 13 | 44 |
| Binary | 1010010 | 1011011 | 1100111 | 10100 | 1100 | 0 | 111100 | 11010110 | 1011 | 100100 |
Color Harmonies of #525B67
Complementary color
Monochromatic Colors of #525B67
Black with #525B67
Text Example
Text Example
White with #525B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B67; }
p { color: rgb(82,91,103); }
H1.HeaderClassName
{
color: #525B67;
}
.AnyTagClassName
{
color: #525B67;
}
</style>
background-color css
<style>
a { background-color: #525B67; }
a { background-color: rgb(82,91,103); }
div.DivClassName
{
background-color: #525B67;
}
.BgClassName
{
background-color: #525B67;
}
</style>
border-color css
<style>
span { border-color: #525B67; }
span { border-color: rgb(82,91,103); }
td.TdClassName
{
border-color: #525B67;
}
.TagClassName
{
border-color: #525B67;
}
</style>