Shades of Como #527D5D
Tints of Como #527D5D
RGB
CMYK
RGB Variations
Color information
#527D5D (or 0x527D5D) is known color: Como. HEX triplet: 52, 7D and 5D. RGB value is (82,125,93). Sum of RGB (Red+Green+Blue) = 82+125+93=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 125 - color contains mainly: green. Hex color #527D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527D5D is #AD82A2. Grayscale: #6C6C6C. Windows color (decimal): -11371171 or 6126930. OLE color: 6126930.
HSL color Cylindrical-coordinate representation of color #527D5D: hue angle of 135.35º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #527D5D is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 125 | 93 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.51 |
| HSL | 135.35º | 0.21% | 0.41% | - |
| HSV(B) | 135.35º | 0.34% | 0.49% | - |
| XYZ | 12.79 | 17.25 | 13.01 | - |
| YUV | 108.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 93 | 0.34 | 0 | 0.26 | 0.51 | 135.35 | 0.21 | 0.41 |
| Hex | 52 | 7D | 5D | 22 | 0 | 1A | 33 | 87 | 15 | 29 |
| Octal | 122 | 175 | 135 | 42 | 0 | 32 | 63 | 207 | 25 | 51 |
| Binary | 1010010 | 1111101 | 1011101 | 100010 | 0 | 11010 | 110011 | 10000111 | 10101 | 101001 |
Color Harmonies of #527D5D
Complementary color
Monochromatic Colors of #527D5D
Black with #527D5D
Text Example
Text Example
White with #527D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527D5D; }
p { color: rgb(82,125,93); }
H1.HeaderClassName
{
color: #527D5D;
}
.AnyTagClassName
{
color: #527D5D;
}
</style>
background-color css
<style>
a { background-color: #527D5D; }
a { background-color: rgb(82,125,93); }
div.DivClassName
{
background-color: #527D5D;
}
.BgClassName
{
background-color: #527D5D;
}
</style>
border-color css
<style>
span { border-color: #527D5D; }
span { border-color: rgb(82,125,93); }
td.TdClassName
{
border-color: #527D5D;
}
.TagClassName
{
border-color: #527D5D;
}
</style>