Shades of Keppel #53A490
Tints of Keppel #53A490
RGB
CMYK
RGB Variations
Color information
#53A490 (or 0x53A490) is known color: Keppel. HEX triplet: 53, A4 and 90. RGB value is (83,164,144). Sum of RGB (Red+Green+Blue) = 83+164+144=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #53A490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A490 is #AC5B6F. Grayscale: #898989. Windows color (decimal): -11295600 or 9479251. OLE color: 9479251.
HSL color Cylindrical-coordinate representation of color #53A490: hue angle of 165.19º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A490 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 164 | 144 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.36 |
| HSL | 165.19º | 0.33% | 0.48% | - |
| HSV(B) | 165.19º | 0.49% | 0.64% | - |
| XYZ | 21.88 | 30.4 | 31.1 | - |
| YUV | 137.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 164 | 144 | 0.49 | 0 | 0.12 | 0.36 | 165.19 | 0.33 | 0.48 |
| Hex | 53 | A4 | 90 | 31 | 0 | C | 24 | A5 | 21 | 30 |
| Octal | 123 | 244 | 220 | 61 | 0 | 14 | 44 | 245 | 41 | 60 |
| Binary | 1010011 | 10100100 | 10010000 | 110001 | 0 | 1100 | 100100 | 10100101 | 100001 | 110000 |
Color Harmonies of #53A490
Complementary color
Monochromatic Colors of #53A490
Black with #53A490
Text Example
Text Example
White with #53A490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A490; }
p { color: rgb(83,164,144); }
H1.HeaderClassName
{
color: #53A490;
}
.AnyTagClassName
{
color: #53A490;
}
</style>
background-color css
<style>
a { background-color: #53A490; }
a { background-color: rgb(83,164,144); }
div.DivClassName
{
background-color: #53A490;
}
.BgClassName
{
background-color: #53A490;
}
</style>
border-color css
<style>
span { border-color: #53A490; }
span { border-color: rgb(83,164,144); }
td.TdClassName
{
border-color: #53A490;
}
.TagClassName
{
border-color: #53A490;
}
</style>