Shades of Keppel #52AB91
Tints of Keppel #52AB91
RGB
CMYK
RGB Variations
Color information
#52AB91 (or 0x52AB91) is known color: Keppel. HEX triplet: 52, AB and 91. RGB value is (82,171,145). Sum of RGB (Red+Green+Blue) = 82+171+145=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AB91 is #AD546E. Grayscale: #8D8D8D. Windows color (decimal): -11359343 or 9546578. OLE color: 9546578.
HSL color Cylindrical-coordinate representation of color #52AB91: hue angle of 162.47º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AB91 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 171 | 145 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.33 |
| HSL | 162.47º | 0.35% | 0.5% | - |
| HSV(B) | 162.47º | 0.52% | 0.67% | - |
| XYZ | 23.15 | 32.96 | 31.93 | - |
| YUV | 141.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 145 | 0.52 | 0 | 0.15 | 0.33 | 162.47 | 0.35 | 0.5 |
| Hex | 52 | AB | 91 | 34 | 0 | F | 21 | A2 | 23 | 32 |
| Octal | 122 | 253 | 221 | 64 | 0 | 17 | 41 | 242 | 43 | 62 |
| Binary | 1010010 | 10101011 | 10010001 | 110100 | 0 | 1111 | 100001 | 10100010 | 100011 | 110010 |
Color Harmonies of #52AB91
Complementary color
Monochromatic Colors of #52AB91
Black with #52AB91
Text Example
Text Example
White with #52AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AB91; }
p { color: rgb(82,171,145); }
H1.HeaderClassName
{
color: #52AB91;
}
.AnyTagClassName
{
color: #52AB91;
}
</style>
background-color css
<style>
a { background-color: #52AB91; }
a { background-color: rgb(82,171,145); }
div.DivClassName
{
background-color: #52AB91;
}
.BgClassName
{
background-color: #52AB91;
}
</style>
border-color css
<style>
span { border-color: #52AB91; }
span { border-color: rgb(82,171,145); }
td.TdClassName
{
border-color: #52AB91;
}
.TagClassName
{
border-color: #52AB91;
}
</style>