Shades of Como #527F5F
Tints of Como #527F5F
RGB
CMYK
RGB Variations
Color information
#527F5F (or 0x527F5F) is known color: Como. HEX triplet: 52, 7F and 5F. RGB value is (82,127,95). Sum of RGB (Red+Green+Blue) = 82+127+95=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 127 - color contains mainly: green. Hex color #527F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F5F is #AD80A0. Grayscale: #6D6D6D. Windows color (decimal): -11370657 or 6258514. OLE color: 6258514.
HSL color Cylindrical-coordinate representation of color #527F5F: hue angle of 137.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527F5F is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 127 | 95 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.50 |
| HSL | 137.33º | 0.22% | 0.41% | - |
| HSV(B) | 137.33º | 0.35% | 0.5% | - |
| XYZ | 13.13 | 17.8 | 13.57 | - |
| YUV | 109.9 | 119.59 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 95 | 0.35 | 0 | 0.25 | 0.50 | 137.33 | 0.22 | 0.41 |
| Hex | 52 | 7F | 5F | 23 | 0 | 19 | 32 | 89 | 16 | 29 |
| Octal | 122 | 177 | 137 | 43 | 0 | 31 | 62 | 211 | 26 | 51 |
| Binary | 1010010 | 1111111 | 1011111 | 100011 | 0 | 11001 | 110010 | 10001001 | 10110 | 101001 |
Color Harmonies of #527F5F
Complementary color
Monochromatic Colors of #527F5F
Black with #527F5F
Text Example
Text Example
White with #527F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527F5F; }
p { color: rgb(82,127,95); }
H1.HeaderClassName
{
color: #527F5F;
}
.AnyTagClassName
{
color: #527F5F;
}
</style>
background-color css
<style>
a { background-color: #527F5F; }
a { background-color: rgb(82,127,95); }
div.DivClassName
{
background-color: #527F5F;
}
.BgClassName
{
background-color: #527F5F;
}
</style>
border-color css
<style>
span { border-color: #527F5F; }
span { border-color: rgb(82,127,95); }
td.TdClassName
{
border-color: #527F5F;
}
.TagClassName
{
border-color: #527F5F;
}
</style>