Shades of Como #527D5F
Tints of Como #527D5F
RGB
CMYK
RGB Variations
Color information
#527D5F (or 0x527D5F) is known color: Como. HEX triplet: 52, 7D and 5F. RGB value is (82,125,95). Sum of RGB (Red+Green+Blue) = 82+125+95=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 125 - color contains mainly: green. Hex color #527D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527D5F is #AD82A0. Grayscale: #6C6C6C. Windows color (decimal): -11371169 or 6258002. OLE color: 6258002.
HSL color Cylindrical-coordinate representation of color #527D5F: hue angle of 138.14º 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 #527D5F is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 125 | 95 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.51 |
| HSL | 138.14º | 0.21% | 0.41% | - |
| HSV(B) | 138.14º | 0.34% | 0.49% | - |
| XYZ | 12.88 | 17.29 | 13.48 | - |
| YUV | 108.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 95 | 0.34 | 0 | 0.24 | 0.51 | 138.14 | 0.21 | 0.41 |
| Hex | 52 | 7D | 5F | 22 | 0 | 18 | 33 | 8A | 15 | 29 |
| Octal | 122 | 175 | 137 | 42 | 0 | 30 | 63 | 212 | 25 | 51 |
| Binary | 1010010 | 1111101 | 1011111 | 100010 | 0 | 11000 | 110011 | 10001010 | 10101 | 101001 |
Color Harmonies of #527D5F
Complementary color
Monochromatic Colors of #527D5F
Black with #527D5F
Text Example
Text Example
White with #527D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527D5F; }
p { color: rgb(82,125,95); }
H1.HeaderClassName
{
color: #527D5F;
}
.AnyTagClassName
{
color: #527D5F;
}
</style>
background-color css
<style>
a { background-color: #527D5F; }
a { background-color: rgb(82,125,95); }
div.DivClassName
{
background-color: #527D5F;
}
.BgClassName
{
background-color: #527D5F;
}
</style>
border-color css
<style>
span { border-color: #527D5F; }
span { border-color: rgb(82,125,95); }
td.TdClassName
{
border-color: #527D5F;
}
.TagClassName
{
border-color: #527D5F;
}
</style>