Shades of Keppel #52B58E
Tints of Keppel #52B58E
RGB
CMYK
RGB Variations
Color information
#52B58E (or 0x52B58E) is known color: Keppel. HEX triplet: 52, B5 and 8E. RGB value is (82,181,142). Sum of RGB (Red+Green+Blue) = 82+181+142=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 181 - color contains mainly: green. Hex color #52B58E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B58E is #AD4A71. Grayscale: #939393. Windows color (decimal): -11356786 or 9352530. OLE color: 9352530.
HSL color Cylindrical-coordinate representation of color #52B58E: hue angle of 156.36º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B58E is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 181 | 142 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.29 |
| HSL | 156.36º | 0.4% | 0.52% | - |
| HSV(B) | 156.36º | 0.55% | 0.71% | - |
| XYZ | 24.89 | 36.79 | 31.38 | - |
| YUV | 146.95 | 125.2 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 181 | 142 | 0.55 | 0 | 0.22 | 0.29 | 156.36 | 0.4 | 0.52 |
| Hex | 52 | B5 | 8E | 37 | 0 | 16 | 1D | 9C | 28 | 34 |
| Octal | 122 | 265 | 216 | 67 | 0 | 26 | 35 | 234 | 50 | 64 |
| Binary | 1010010 | 10110101 | 10001110 | 110111 | 0 | 10110 | 11101 | 10011100 | 101000 | 110100 |
Color Harmonies of #52B58E
Complementary color
Monochromatic Colors of #52B58E
Black with #52B58E
Text Example
Text Example
White with #52B58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B58E; }
p { color: rgb(82,181,142); }
H1.HeaderClassName
{
color: #52B58E;
}
.AnyTagClassName
{
color: #52B58E;
}
</style>
background-color css
<style>
a { background-color: #52B58E; }
a { background-color: rgb(82,181,142); }
div.DivClassName
{
background-color: #52B58E;
}
.BgClassName
{
background-color: #52B58E;
}
</style>
border-color css
<style>
span { border-color: #52B58E; }
span { border-color: rgb(82,181,142); }
td.TdClassName
{
border-color: #52B58E;
}
.TagClassName
{
border-color: #52B58E;
}
</style>