Shades of Como #528B62
Tints of Como #528B62
RGB
CMYK
RGB Variations
Color information
#528B62 (or 0x528B62) is known color: Como. HEX triplet: 52, 8B and 62. RGB value is (82,139,98). Sum of RGB (Red+Green+Blue) = 82+139+98=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #528B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528B62 is #AD749D. Grayscale: #757575. Windows color (decimal): -11367582 or 6458194. OLE color: 6458194.
HSL color Cylindrical-coordinate representation of color #528B62: hue angle of 136.84º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528B62 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 139 | 98 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.45 |
| HSL | 136.84º | 0.26% | 0.43% | - |
| HSV(B) | 136.84º | 0.41% | 0.55% | - |
| XYZ | 14.92 | 21.14 | 14.85 | - |
| YUV | 117.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 98 | 0.41 | 0 | 0.29 | 0.45 | 136.84 | 0.26 | 0.43 |
| Hex | 52 | 8B | 62 | 29 | 0 | 1D | 2D | 89 | 1A | 2B |
| Octal | 122 | 213 | 142 | 51 | 0 | 35 | 55 | 211 | 32 | 53 |
| Binary | 1010010 | 10001011 | 1100010 | 101001 | 0 | 11101 | 101101 | 10001001 | 11010 | 101011 |
Color Harmonies of #528B62
Complementary color
Monochromatic Colors of #528B62
Black with #528B62
Text Example
Text Example
White with #528B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528B62; }
p { color: rgb(82,139,98); }
H1.HeaderClassName
{
color: #528B62;
}
.AnyTagClassName
{
color: #528B62;
}
</style>
background-color css
<style>
a { background-color: #528B62; }
a { background-color: rgb(82,139,98); }
div.DivClassName
{
background-color: #528B62;
}
.BgClassName
{
background-color: #528B62;
}
</style>
border-color css
<style>
span { border-color: #528B62; }
span { border-color: rgb(82,139,98); }
td.TdClassName
{
border-color: #528B62;
}
.TagClassName
{
border-color: #528B62;
}
</style>