Shades of Keppel #53AA92
Tints of Keppel #53AA92
RGB
CMYK
RGB Variations
Color information
#53AA92 (or 0x53AA92) is known color: Keppel. HEX triplet: 53, AA and 92. RGB value is (83,170,146). Sum of RGB (Red+Green+Blue) = 83+170+146=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AA92 is #AC556D. Grayscale: #8D8D8D. Windows color (decimal): -11294062 or 9611859. OLE color: 9611859.
HSL color Cylindrical-coordinate representation of color #53AA92: hue angle of 163.45º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53AA92 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 170 | 146 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.33 |
| HSL | 163.45º | 0.34% | 0.5% | - |
| HSV(B) | 163.45º | 0.51% | 0.67% | - |
| XYZ | 23.13 | 32.66 | 32.28 | - |
| YUV | 141.25 | 130.68 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 146 | 0.51 | 0 | 0.14 | 0.33 | 163.45 | 0.34 | 0.5 |
| Hex | 53 | AA | 92 | 33 | 0 | E | 21 | A3 | 22 | 32 |
| Octal | 123 | 252 | 222 | 63 | 0 | 16 | 41 | 243 | 42 | 62 |
| Binary | 1010011 | 10101010 | 10010010 | 110011 | 0 | 1110 | 100001 | 10100011 | 100010 | 110010 |
Color Harmonies of #53AA92
Complementary color
Monochromatic Colors of #53AA92
Black with #53AA92
Text Example
Text Example
White with #53AA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AA92; }
p { color: rgb(83,170,146); }
H1.HeaderClassName
{
color: #53AA92;
}
.AnyTagClassName
{
color: #53AA92;
}
</style>
background-color css
<style>
a { background-color: #53AA92; }
a { background-color: rgb(83,170,146); }
div.DivClassName
{
background-color: #53AA92;
}
.BgClassName
{
background-color: #53AA92;
}
</style>
border-color css
<style>
span { border-color: #53AA92; }
span { border-color: rgb(83,170,146); }
td.TdClassName
{
border-color: #53AA92;
}
.TagClassName
{
border-color: #53AA92;
}
</style>