Shades of Como #526E5E
Tints of Como #526E5E
RGB
CMYK
RGB Variations
Color information
#526E5E (or 0x526E5E) is known color: Como. HEX triplet: 52, 6E and 5E. RGB value is (82,110,94). Sum of RGB (Red+Green+Blue) = 82+110+94=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 110 - color contains mainly: green. Hex color #526E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E5E is #AD91A1. Grayscale: #636363. Windows color (decimal): -11375010 or 6188626. OLE color: 6188626.
HSL color Cylindrical-coordinate representation of color #526E5E: hue angle of 145.71º 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 #526E5E is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
RGB | 82 | 110 | 94 | - |
CMYK | 0.25 | 0 | 0.15 | 0.57 |
HSL | 145.71º | 0.15% | 0.38% | - |
HSV(B) | 145.71º | 0.25% | 0.43% | - |
XYZ | 11.08 | 13.75 | 12.66 | - |
YUV | 99.8 | 124.72 | 115.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 82 | 110 | 94 | 0.25 | 0 | 0.15 | 0.57 | 145.71 | 0.15 | 0.38 |
Hex | 52 | 6E | 5E | 19 | 0 | F | 39 | 92 | F | 26 |
Octal | 122 | 156 | 136 | 31 | 0 | 17 | 71 | 222 | 17 | 46 |
Binary | 1010010 | 1101110 | 1011110 | 11001 | 0 | 1111 | 111001 | 10010010 | 1111 | 100110 |
Color Harmonies of #526E5E
Complementary color
Monochromatic Colors of #526E5E
Black with #526E5E
Text Example
Text Example
White with #526E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E5E; }
p { color: rgb(82,110,94); }
H1.HeaderClassName
{
color: #526E5E;
}
.AnyTagClassName
{
color: #526E5E;
}
</style>
background-color css
<style>
a { background-color: #526E5E; }
a { background-color: rgb(82,110,94); }
div.DivClassName
{
background-color: #526E5E;
}
.BgClassName
{
background-color: #526E5E;
}
</style>
border-color css
<style>
span { border-color: #526E5E; }
span { border-color: rgb(82,110,94); }
td.TdClassName
{
border-color: #526E5E;
}
.TagClassName
{
border-color: #526E5E;
}
</style>