Shades of Keppel #52AD89
Tints of Keppel #52AD89
RGB
CMYK
RGB Variations
Color information
#52AD89 (or 0x52AD89) is known color: Keppel. HEX triplet: 52, AD and 89. RGB value is (82,173,137). Sum of RGB (Red+Green+Blue) = 82+173+137=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AD89 is #AD5276. Grayscale: #8D8D8D. Windows color (decimal): -11358839 or 9022802. OLE color: 9022802.
HSL color Cylindrical-coordinate representation of color #52AD89: hue angle of 156.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AD89 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 137 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.32 |
| HSL | 156.26º | 0.36% | 0.5% | - |
| HSV(B) | 156.26º | 0.53% | 0.68% | - |
| XYZ | 22.94 | 33.49 | 28.92 | - |
| YUV | 141.69 | 125.35 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 137 | 0.53 | 0 | 0.21 | 0.32 | 156.26 | 0.36 | 0.5 |
| Hex | 52 | AD | 89 | 35 | 0 | 15 | 20 | 9C | 24 | 32 |
| Octal | 122 | 255 | 211 | 65 | 0 | 25 | 40 | 234 | 44 | 62 |
| Binary | 1010010 | 10101101 | 10001001 | 110101 | 0 | 10101 | 100000 | 10011100 | 100100 | 110010 |
Color Harmonies of #52AD89
Complementary color
Monochromatic Colors of #52AD89
Black with #52AD89
Text Example
Text Example
White with #52AD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD89; }
p { color: rgb(82,173,137); }
H1.HeaderClassName
{
color: #52AD89;
}
.AnyTagClassName
{
color: #52AD89;
}
</style>
background-color css
<style>
a { background-color: #52AD89; }
a { background-color: rgb(82,173,137); }
div.DivClassName
{
background-color: #52AD89;
}
.BgClassName
{
background-color: #52AD89;
}
</style>
border-color css
<style>
span { border-color: #52AD89; }
span { border-color: rgb(82,173,137); }
td.TdClassName
{
border-color: #52AD89;
}
.TagClassName
{
border-color: #52AD89;
}
</style>