Shades of Como #527A60
Tints of Como #527A60
RGB
CMYK
RGB Variations
Color information
#527A60 (or 0x527A60) is known color: Como. HEX triplet: 52, 7A and 60. RGB value is (82,122,96). Sum of RGB (Red+Green+Blue) = 82+122+96=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #527A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A60 is #AD859F. Grayscale: #6B6B6B. Windows color (decimal): -11371936 or 6322770. OLE color: 6322770.
HSL color Cylindrical-coordinate representation of color #527A60: hue angle of 141º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527A60 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 122 | 96 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.52 |
| HSL | 141º | 0.2% | 0.4% | - |
| HSV(B) | 141º | 0.33% | 0.48% | - |
| XYZ | 12.55 | 16.56 | 13.6 | - |
| YUV | 107.08 | 121.75 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 96 | 0.33 | 0 | 0.21 | 0.52 | 141 | 0.2 | 0.4 |
| Hex | 52 | 7A | 60 | 21 | 0 | 15 | 34 | 8D | 14 | 28 |
| Octal | 122 | 172 | 140 | 41 | 0 | 25 | 64 | 215 | 24 | 50 |
| Binary | 1010010 | 1111010 | 1100000 | 100001 | 0 | 10101 | 110100 | 10001101 | 10100 | 101000 |
Color Harmonies of #527A60
Complementary color
Monochromatic Colors of #527A60
Black with #527A60
Text Example
Text Example
White with #527A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527A60; }
p { color: rgb(82,122,96); }
H1.HeaderClassName
{
color: #527A60;
}
.AnyTagClassName
{
color: #527A60;
}
</style>
background-color css
<style>
a { background-color: #527A60; }
a { background-color: rgb(82,122,96); }
div.DivClassName
{
background-color: #527A60;
}
.BgClassName
{
background-color: #527A60;
}
</style>
border-color css
<style>
span { border-color: #527A60; }
span { border-color: rgb(82,122,96); }
td.TdClassName
{
border-color: #527A60;
}
.TagClassName
{
border-color: #527A60;
}
</style>