Shades of Como #526C5D
Tints of Como #526C5D
RGB
CMYK
RGB Variations
Color information
#526C5D (or 0x526C5D) is known color: Como. HEX triplet: 52, 6C and 5D. RGB value is (82,108,93). Sum of RGB (Red+Green+Blue) = 82+108+93=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 108 - color contains mainly: green. Hex color #526C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C5D is #AD93A2. Grayscale: #626262. Windows color (decimal): -11375523 or 6122578. OLE color: 6122578.
HSL color Cylindrical-coordinate representation of color #526C5D: hue angle of 145.38º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #526C5D is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 108 | 93 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.58 |
| HSL | 145.38º | 0.14% | 0.37% | - |
| HSV(B) | 145.38º | 0.24% | 0.42% | - |
| XYZ | 10.82 | 13.31 | 12.35 | - |
| YUV | 98.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 93 | 0.24 | 0 | 0.14 | 0.58 | 145.38 | 0.14 | 0.37 |
| Hex | 52 | 6C | 5D | 18 | 0 | E | 3A | 91 | E | 25 |
| Octal | 122 | 154 | 135 | 30 | 0 | 16 | 72 | 221 | 16 | 45 |
| Binary | 1010010 | 1101100 | 1011101 | 11000 | 0 | 1110 | 111010 | 10010001 | 1110 | 100101 |
Color Harmonies of #526C5D
Complementary color
Monochromatic Colors of #526C5D
Black with #526C5D
Text Example
Text Example
White with #526C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526C5D; }
p { color: rgb(82,108,93); }
H1.HeaderClassName
{
color: #526C5D;
}
.AnyTagClassName
{
color: #526C5D;
}
</style>
background-color css
<style>
a { background-color: #526C5D; }
a { background-color: rgb(82,108,93); }
div.DivClassName
{
background-color: #526C5D;
}
.BgClassName
{
background-color: #526C5D;
}
</style>
border-color css
<style>
span { border-color: #526C5D; }
span { border-color: rgb(82,108,93); }
td.TdClassName
{
border-color: #526C5D;
}
.TagClassName
{
border-color: #526C5D;
}
</style>