Shades of Bright Grey #525A69
Tints of Bright Grey #525A69
RGB
CMYK
RGB Variations
Color information
#525A69 (or 0x525A69) is known color: Bright Grey. HEX triplet: 52, 5A and 69. RGB value is (82,90,105). Sum of RGB (Red+Green+Blue) = 82+90+105=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 105 - color contains mainly: blue. Hex color #525A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A69 is #ADA596. Grayscale: #595959. Windows color (decimal): -11380119 or 6904402. OLE color: 6904402.
HSL color Cylindrical-coordinate representation of color #525A69: hue angle of 219.13º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #525A69 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 90 | 105 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.59 |
| HSL | 219.13º | 0.12% | 0.37% | - |
| HSV(B) | 219.13º | 0.22% | 0.41% | - |
| XYZ | 9.69 | 10.13 | 14.81 | - |
| YUV | 89.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 105 | 0.22 | 0.14 | 0 | 0.59 | 219.13 | 0.12 | 0.37 |
| Hex | 52 | 5A | 69 | 16 | E | 0 | 3B | DB | C | 25 |
| Octal | 122 | 132 | 151 | 26 | 16 | 0 | 73 | 333 | 14 | 45 |
| Binary | 1010010 | 1011010 | 1101001 | 10110 | 1110 | 0 | 111011 | 11011011 | 1100 | 100101 |
Color Harmonies of #525A69
Complementary color
Monochromatic Colors of #525A69
Black with #525A69
Text Example
Text Example
White with #525A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A69; }
p { color: rgb(82,90,105); }
H1.HeaderClassName
{
color: #525A69;
}
.AnyTagClassName
{
color: #525A69;
}
</style>
background-color css
<style>
a { background-color: #525A69; }
a { background-color: rgb(82,90,105); }
div.DivClassName
{
background-color: #525A69;
}
.BgClassName
{
background-color: #525A69;
}
</style>
border-color css
<style>
span { border-color: #525A69; }
span { border-color: rgb(82,90,105); }
td.TdClassName
{
border-color: #525A69;
}
.TagClassName
{
border-color: #525A69;
}
</style>