Shades of Como #528B64
Tints of Como #528B64
RGB
CMYK
RGB Variations
Color information
#528B64 (or 0x528B64) is known color: Como. HEX triplet: 52, 8B and 64. RGB value is (82,139,100). Sum of RGB (Red+Green+Blue) = 82+139+100=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #528B64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528B64 is #AD749B. Grayscale: #757575. Windows color (decimal): -11367580 or 6589266. OLE color: 6589266.
HSL color Cylindrical-coordinate representation of color #528B64: hue angle of 138.95º 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 #528B64 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 139 | 100 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.45 |
| HSL | 138.95º | 0.26% | 0.43% | - |
| HSV(B) | 138.95º | 0.41% | 0.55% | - |
| XYZ | 15.01 | 21.18 | 15.35 | - |
| YUV | 117.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 100 | 0.41 | 0 | 0.28 | 0.45 | 138.95 | 0.26 | 0.43 |
| Hex | 52 | 8B | 64 | 29 | 0 | 1C | 2D | 8B | 1A | 2B |
| Octal | 122 | 213 | 144 | 51 | 0 | 34 | 55 | 213 | 32 | 53 |
| Binary | 1010010 | 10001011 | 1100100 | 101001 | 0 | 11100 | 101101 | 10001011 | 11010 | 101011 |
Color Harmonies of #528B64
Complementary color
Monochromatic Colors of #528B64
Black with #528B64
Text Example
Text Example
White with #528B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528B64; }
p { color: rgb(82,139,100); }
H1.HeaderClassName
{
color: #528B64;
}
.AnyTagClassName
{
color: #528B64;
}
</style>
background-color css
<style>
a { background-color: #528B64; }
a { background-color: rgb(82,139,100); }
div.DivClassName
{
background-color: #528B64;
}
.BgClassName
{
background-color: #528B64;
}
</style>
border-color css
<style>
span { border-color: #528B64; }
span { border-color: rgb(82,139,100); }
td.TdClassName
{
border-color: #528B64;
}
.TagClassName
{
border-color: #528B64;
}
</style>