Shades of Como #52765A
Tints of Como #52765A
RGB
CMYK
RGB Variations
Color information
#52765A (or 0x52765A) is known color: Como. HEX triplet: 52, 76 and 5A. RGB value is (82,118,90). Sum of RGB (Red+Green+Blue) = 82+118+90=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #52765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52765A is #AD89A5. Grayscale: #686868. Windows color (decimal): -11372966 or 5928530. OLE color: 5928530.
HSL color Cylindrical-coordinate representation of color #52765A: hue angle of 133.33º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #52765A is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 118 | 90 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.54 |
| HSL | 133.33º | 0.18% | 0.39% | - |
| HSV(B) | 133.33º | 0.31% | 0.46% | - |
| XYZ | 11.8 | 15.49 | 12.04 | - |
| YUV | 104.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 90 | 0.31 | 0 | 0.24 | 0.54 | 133.33 | 0.18 | 0.39 |
| Hex | 52 | 76 | 5A | 1F | 0 | 18 | 36 | 85 | 12 | 27 |
| Octal | 122 | 166 | 132 | 37 | 0 | 30 | 66 | 205 | 22 | 47 |
| Binary | 1010010 | 1110110 | 1011010 | 11111 | 0 | 11000 | 110110 | 10000101 | 10010 | 100111 |
Color Harmonies of #52765A
Complementary color
Monochromatic Colors of #52765A
Black with #52765A
Text Example
Text Example
White with #52765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52765A; }
p { color: rgb(82,118,90); }
H1.HeaderClassName
{
color: #52765A;
}
.AnyTagClassName
{
color: #52765A;
}
</style>
background-color css
<style>
a { background-color: #52765A; }
a { background-color: rgb(82,118,90); }
div.DivClassName
{
background-color: #52765A;
}
.BgClassName
{
background-color: #52765A;
}
</style>
border-color css
<style>
span { border-color: #52765A; }
span { border-color: rgb(82,118,90); }
td.TdClassName
{
border-color: #52765A;
}
.TagClassName
{
border-color: #52765A;
}
</style>