Shades of Como #526E5B
Tints of Como #526E5B
RGB
CMYK
RGB Variations
Color information
#526E5B (or 0x526E5B) is known color: Como. HEX triplet: 52, 6E and 5B. RGB value is (82,110,91). Sum of RGB (Red+Green+Blue) = 82+110+91=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 110 - color contains mainly: green. Hex color #526E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E5B is #AD91A4. Grayscale: #636363. Windows color (decimal): -11375013 or 5992018. OLE color: 5992018.
HSL color Cylindrical-coordinate representation of color #526E5B: hue angle of 139.29º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526E5B is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 110 | 91 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.57 |
| HSL | 139.29º | 0.15% | 0.38% | - |
| HSV(B) | 139.29º | 0.25% | 0.43% | - |
| XYZ | 10.94 | 13.7 | 11.97 | - |
| YUV | 99.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 91 | 0.25 | 0 | 0.17 | 0.57 | 139.29 | 0.15 | 0.38 |
| Hex | 52 | 6E | 5B | 19 | 0 | 11 | 39 | 8B | F | 26 |
| Octal | 122 | 156 | 133 | 31 | 0 | 21 | 71 | 213 | 17 | 46 |
| Binary | 1010010 | 1101110 | 1011011 | 11001 | 0 | 10001 | 111001 | 10001011 | 1111 | 100110 |
Color Harmonies of #526E5B
Complementary color
Monochromatic Colors of #526E5B
Black with #526E5B
Text Example
Text Example
White with #526E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E5B; }
p { color: rgb(82,110,91); }
H1.HeaderClassName
{
color: #526E5B;
}
.AnyTagClassName
{
color: #526E5B;
}
</style>
background-color css
<style>
a { background-color: #526E5B; }
a { background-color: rgb(82,110,91); }
div.DivClassName
{
background-color: #526E5B;
}
.BgClassName
{
background-color: #526E5B;
}
</style>
border-color css
<style>
span { border-color: #526E5B; }
span { border-color: rgb(82,110,91); }
td.TdClassName
{
border-color: #526E5B;
}
.TagClassName
{
border-color: #526E5B;
}
</style>