Shades of Como #526D5E
Tints of Como #526D5E
RGB
CMYK
RGB Variations
Color information
#526D5E (or 0x526D5E) is known color: Como. HEX triplet: 52, 6D and 5E. RGB value is (82,109,94). Sum of RGB (Red+Green+Blue) = 82+109+94=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 109 - color contains mainly: green. Hex color #526D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D5E is #AD92A1. Grayscale: #636363. Windows color (decimal): -11375266 or 6188370. OLE color: 6188370.
HSL color Cylindrical-coordinate representation of color #526D5E: hue angle of 146.67º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526D5E is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
RGB | 82 | 109 | 94 | - |
CMYK | 0.25 | 0 | 0.14 | 0.57 |
HSL | 146.67º | 0.14% | 0.37% | - |
HSV(B) | 146.67º | 0.25% | 0.43% | - |
XYZ | 10.97 | 13.54 | 12.62 | - |
YUV | 99.22 | 125.05 | 115.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 82 | 109 | 94 | 0.25 | 0 | 0.14 | 0.57 | 146.67 | 0.14 | 0.37 |
Hex | 52 | 6D | 5E | 19 | 0 | E | 39 | 93 | E | 25 |
Octal | 122 | 155 | 136 | 31 | 0 | 16 | 71 | 223 | 16 | 45 |
Binary | 1010010 | 1101101 | 1011110 | 11001 | 0 | 1110 | 111001 | 10010011 | 1110 | 100101 |
Color Harmonies of #526D5E
Complementary color
Monochromatic Colors of #526D5E
Black with #526D5E
Text Example
Text Example
White with #526D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D5E; }
p { color: rgb(82,109,94); }
H1.HeaderClassName
{
color: #526D5E;
}
.AnyTagClassName
{
color: #526D5E;
}
</style>
background-color css
<style>
a { background-color: #526D5E; }
a { background-color: rgb(82,109,94); }
div.DivClassName
{
background-color: #526D5E;
}
.BgClassName
{
background-color: #526D5E;
}
</style>
border-color css
<style>
span { border-color: #526D5E; }
span { border-color: rgb(82,109,94); }
td.TdClassName
{
border-color: #526D5E;
}
.TagClassName
{
border-color: #526D5E;
}
</style>