Shades of Keppel #52A58D
Tints of Keppel #52A58D
RGB
CMYK
RGB Variations
Color information
#52A58D (or 0x52A58D) is known color: Keppel. HEX triplet: 52, A5 and 8D. RGB value is (82,165,141). Sum of RGB (Red+Green+Blue) = 82+165+141=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 165 - color contains mainly: green. Hex color #52A58D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A58D is #AD5A72. Grayscale: #898989. Windows color (decimal): -11360883 or 9282898. OLE color: 9282898.
HSL color Cylindrical-coordinate representation of color #52A58D: hue angle of 162.65º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A58D is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 165 | 141 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.35 |
| HSL | 162.65º | 0.34% | 0.48% | - |
| HSV(B) | 162.65º | 0.5% | 0.65% | - |
| XYZ | 21.74 | 30.63 | 29.97 | - |
| YUV | 137.45 | 130 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 165 | 141 | 0.50 | 0 | 0.15 | 0.35 | 162.65 | 0.34 | 0.48 |
| Hex | 52 | A5 | 8D | 32 | 0 | F | 23 | A3 | 22 | 30 |
| Octal | 122 | 245 | 215 | 62 | 0 | 17 | 43 | 243 | 42 | 60 |
| Binary | 1010010 | 10100101 | 10001101 | 110010 | 0 | 1111 | 100011 | 10100011 | 100010 | 110000 |
Color Harmonies of #52A58D
Complementary color
Monochromatic Colors of #52A58D
Black with #52A58D
Text Example
Text Example
White with #52A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A58D; }
p { color: rgb(82,165,141); }
H1.HeaderClassName
{
color: #52A58D;
}
.AnyTagClassName
{
color: #52A58D;
}
</style>
background-color css
<style>
a { background-color: #52A58D; }
a { background-color: rgb(82,165,141); }
div.DivClassName
{
background-color: #52A58D;
}
.BgClassName
{
background-color: #52A58D;
}
</style>
border-color css
<style>
span { border-color: #52A58D; }
span { border-color: rgb(82,165,141); }
td.TdClassName
{
border-color: #52A58D;
}
.TagClassName
{
border-color: #52A58D;
}
</style>