Shades of Keppel #52AD92
Tints of Keppel #52AD92
RGB
CMYK
RGB Variations
Color information
#52AD92 (or 0x52AD92) is known color: Keppel. HEX triplet: 52, AD and 92. RGB value is (82,173,146). Sum of RGB (Red+Green+Blue) = 82+173+146=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AD92 is #AD526D. Grayscale: #8E8E8E. Windows color (decimal): -11358830 or 9612626. OLE color: 9612626.
HSL color Cylindrical-coordinate representation of color #52AD92: hue angle of 162.2º 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 #52AD92 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 146 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.32 |
| HSL | 162.2º | 0.36% | 0.5% | - |
| HSV(B) | 162.2º | 0.53% | 0.68% | - |
| XYZ | 23.61 | 33.76 | 32.47 | - |
| YUV | 142.71 | 129.85 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 146 | 0.53 | 0 | 0.16 | 0.32 | 162.2 | 0.36 | 0.5 |
| Hex | 52 | AD | 92 | 35 | 0 | 10 | 20 | A2 | 24 | 32 |
| Octal | 122 | 255 | 222 | 65 | 0 | 20 | 40 | 242 | 44 | 62 |
| Binary | 1010010 | 10101101 | 10010010 | 110101 | 0 | 10000 | 100000 | 10100010 | 100100 | 110010 |
Color Harmonies of #52AD92
Complementary color
Monochromatic Colors of #52AD92
Black with #52AD92
Text Example
Text Example
White with #52AD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD92; }
p { color: rgb(82,173,146); }
H1.HeaderClassName
{
color: #52AD92;
}
.AnyTagClassName
{
color: #52AD92;
}
</style>
background-color css
<style>
a { background-color: #52AD92; }
a { background-color: rgb(82,173,146); }
div.DivClassName
{
background-color: #52AD92;
}
.BgClassName
{
background-color: #52AD92;
}
</style>
border-color css
<style>
span { border-color: #52AD92; }
span { border-color: rgb(82,173,146); }
td.TdClassName
{
border-color: #52AD92;
}
.TagClassName
{
border-color: #52AD92;
}
</style>