Shades of Como #527E61
Tints of Como #527E61
RGB
CMYK
RGB Variations
Color information
#527E61 (or 0x527E61) is known color: Como. HEX triplet: 52, 7E and 61. RGB value is (82,126,97). Sum of RGB (Red+Green+Blue) = 82+126+97=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 126 - color contains mainly: green. Hex color #527E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E61 is #AD819E. Grayscale: #6D6D6D. Windows color (decimal): -11370911 or 6389330. OLE color: 6389330.
HSL color Cylindrical-coordinate representation of color #527E61: hue angle of 140.45º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527E61 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 126 | 97 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.51 |
| HSL | 140.45º | 0.21% | 0.41% | - |
| HSV(B) | 140.45º | 0.35% | 0.49% | - |
| XYZ | 13.1 | 17.58 | 14.01 | - |
| YUV | 109.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 97 | 0.35 | 0 | 0.23 | 0.51 | 140.45 | 0.21 | 0.41 |
| Hex | 52 | 7E | 61 | 23 | 0 | 17 | 33 | 8C | 15 | 29 |
| Octal | 122 | 176 | 141 | 43 | 0 | 27 | 63 | 214 | 25 | 51 |
| Binary | 1010010 | 1111110 | 1100001 | 100011 | 0 | 10111 | 110011 | 10001100 | 10101 | 101001 |
Color Harmonies of #527E61
Complementary color
Monochromatic Colors of #527E61
Black with #527E61
Text Example
Text Example
White with #527E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527E61; }
p { color: rgb(82,126,97); }
H1.HeaderClassName
{
color: #527E61;
}
.AnyTagClassName
{
color: #527E61;
}
</style>
background-color css
<style>
a { background-color: #527E61; }
a { background-color: rgb(82,126,97); }
div.DivClassName
{
background-color: #527E61;
}
.BgClassName
{
background-color: #527E61;
}
</style>
border-color css
<style>
span { border-color: #527E61; }
span { border-color: rgb(82,126,97); }
td.TdClassName
{
border-color: #527E61;
}
.TagClassName
{
border-color: #527E61;
}
</style>