Shades of Como #526F5B
Tints of Como #526F5B
RGB
CMYK
RGB Variations
Color information
#526F5B (or 0x526F5B) is known color: Como. HEX triplet: 52, 6F and 5B. RGB value is (82,111,91). Sum of RGB (Red+Green+Blue) = 82+111+91=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #526F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F5B is #AD90A4. Grayscale: #646464. Windows color (decimal): -11374757 or 5992274. OLE color: 5992274.
HSL color Cylindrical-coordinate representation of color #526F5B: hue angle of 138.62º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #526F5B is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 111 | 91 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.56 |
| HSL | 138.62º | 0.15% | 0.38% | - |
| HSV(B) | 138.62º | 0.26% | 0.44% | - |
| XYZ | 11.05 | 13.92 | 12 | - |
| YUV | 100.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 91 | 0.26 | 0 | 0.18 | 0.56 | 138.62 | 0.15 | 0.38 |
| Hex | 52 | 6F | 5B | 1A | 0 | 12 | 38 | 8B | F | 26 |
| Octal | 122 | 157 | 133 | 32 | 0 | 22 | 70 | 213 | 17 | 46 |
| Binary | 1010010 | 1101111 | 1011011 | 11010 | 0 | 10010 | 111000 | 10001011 | 1111 | 100110 |
Color Harmonies of #526F5B
Complementary color
Monochromatic Colors of #526F5B
Black with #526F5B
Text Example
Text Example
White with #526F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526F5B; }
p { color: rgb(82,111,91); }
H1.HeaderClassName
{
color: #526F5B;
}
.AnyTagClassName
{
color: #526F5B;
}
</style>
background-color css
<style>
a { background-color: #526F5B; }
a { background-color: rgb(82,111,91); }
div.DivClassName
{
background-color: #526F5B;
}
.BgClassName
{
background-color: #526F5B;
}
</style>
border-color css
<style>
span { border-color: #526F5B; }
span { border-color: rgb(82,111,91); }
td.TdClassName
{
border-color: #526F5B;
}
.TagClassName
{
border-color: #526F5B;
}
</style>