Shades of Como #528365
Tints of Como #528365
RGB
CMYK
RGB Variations
Color information
#528365 (or 0x528365) is known color: Como. HEX triplet: 52, 83 and 65. RGB value is (82,131,101). Sum of RGB (Red+Green+Blue) = 82+131+101=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #528365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528365 is #AD7C9A. Grayscale: #707070. Windows color (decimal): -11369627 or 6652754. OLE color: 6652754.
HSL color Cylindrical-coordinate representation of color #528365: hue angle of 143.27º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #528365 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 131 | 101 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.49 |
| HSL | 143.27º | 0.23% | 0.42% | - |
| HSV(B) | 143.27º | 0.37% | 0.51% | - |
| XYZ | 13.94 | 18.97 | 15.24 | - |
| YUV | 112.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 131 | 101 | 0.37 | 0 | 0.23 | 0.49 | 143.27 | 0.23 | 0.42 |
| Hex | 52 | 83 | 65 | 25 | 0 | 17 | 31 | 8F | 17 | 2A |
| Octal | 122 | 203 | 145 | 45 | 0 | 27 | 61 | 217 | 27 | 52 |
| Binary | 1010010 | 10000011 | 1100101 | 100101 | 0 | 10111 | 110001 | 10001111 | 10111 | 101010 |
Color Harmonies of #528365
Complementary color
Monochromatic Colors of #528365
Black with #528365
Text Example
Text Example
White with #528365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528365; }
p { color: rgb(82,131,101); }
H1.HeaderClassName
{
color: #528365;
}
.AnyTagClassName
{
color: #528365;
}
</style>
background-color css
<style>
a { background-color: #528365; }
a { background-color: rgb(82,131,101); }
div.DivClassName
{
background-color: #528365;
}
.BgClassName
{
background-color: #528365;
}
</style>
border-color css
<style>
span { border-color: #528365; }
span { border-color: rgb(82,131,101); }
td.TdClassName
{
border-color: #528365;
}
.TagClassName
{
border-color: #528365;
}
</style>