Shades of Keppel #53AB90
Tints of Keppel #53AB90
RGB
CMYK
RGB Variations
Color information
#53AB90 (or 0x53AB90) is known color: Keppel. HEX triplet: 53, AB and 90. RGB value is (83,171,144). Sum of RGB (Red+Green+Blue) = 83+171+144=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AB90 is #AC546F. Grayscale: #8D8D8D. Windows color (decimal): -11293808 or 9481043. OLE color: 9481043.
HSL color Cylindrical-coordinate representation of color #53AB90: hue angle of 161.59º degrees, saturation: 0.35, 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 #53AB90 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 171 | 144 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.33 |
| HSL | 161.59º | 0.35% | 0.5% | - |
| HSV(B) | 161.59º | 0.51% | 0.67% | - |
| XYZ | 23.16 | 32.98 | 31.53 | - |
| YUV | 141.61 | 129.35 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 144 | 0.51 | 0 | 0.16 | 0.33 | 161.59 | 0.35 | 0.5 |
| Hex | 53 | AB | 90 | 33 | 0 | 10 | 21 | A2 | 23 | 32 |
| Octal | 123 | 253 | 220 | 63 | 0 | 20 | 41 | 242 | 43 | 62 |
| Binary | 1010011 | 10101011 | 10010000 | 110011 | 0 | 10000 | 100001 | 10100010 | 100011 | 110010 |
Color Harmonies of #53AB90
Complementary color
Monochromatic Colors of #53AB90
Black with #53AB90
Text Example
Text Example
White with #53AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AB90; }
p { color: rgb(83,171,144); }
H1.HeaderClassName
{
color: #53AB90;
}
.AnyTagClassName
{
color: #53AB90;
}
</style>
background-color css
<style>
a { background-color: #53AB90; }
a { background-color: rgb(83,171,144); }
div.DivClassName
{
background-color: #53AB90;
}
.BgClassName
{
background-color: #53AB90;
}
</style>
border-color css
<style>
span { border-color: #53AB90; }
span { border-color: rgb(83,171,144); }
td.TdClassName
{
border-color: #53AB90;
}
.TagClassName
{
border-color: #53AB90;
}
</style>