Shades of Keppel #53A888
Tints of Keppel #53A888
RGB
CMYK
RGB Variations
Color information
#53A888 (or 0x53A888) is known color: Keppel. HEX triplet: 53, A8 and 88. RGB value is (83,168,136). Sum of RGB (Red+Green+Blue) = 83+168+136=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #53A888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A888 is #AC5777. Grayscale: #8A8A8A. Windows color (decimal): -11294584 or 8955987. OLE color: 8955987.
HSL color Cylindrical-coordinate representation of color #53A888: hue angle of 157.41º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A888 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 168 | 136 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.34 |
| HSL | 157.41º | 0.34% | 0.49% | - |
| HSV(B) | 157.41º | 0.51% | 0.66% | - |
| XYZ | 22.01 | 31.62 | 28.24 | - |
| YUV | 138.94 | 126.34 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 136 | 0.51 | 0 | 0.19 | 0.34 | 157.41 | 0.34 | 0.49 |
| Hex | 53 | A8 | 88 | 33 | 0 | 13 | 22 | 9D | 22 | 31 |
| Octal | 123 | 250 | 210 | 63 | 0 | 23 | 42 | 235 | 42 | 61 |
| Binary | 1010011 | 10101000 | 10001000 | 110011 | 0 | 10011 | 100010 | 10011101 | 100010 | 110001 |
Color Harmonies of #53A888
Complementary color
Monochromatic Colors of #53A888
Black with #53A888
Text Example
Text Example
White with #53A888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A888; }
p { color: rgb(83,168,136); }
H1.HeaderClassName
{
color: #53A888;
}
.AnyTagClassName
{
color: #53A888;
}
</style>
background-color css
<style>
a { background-color: #53A888; }
a { background-color: rgb(83,168,136); }
div.DivClassName
{
background-color: #53A888;
}
.BgClassName
{
background-color: #53A888;
}
</style>
border-color css
<style>
span { border-color: #53A888; }
span { border-color: rgb(83,168,136); }
td.TdClassName
{
border-color: #53A888;
}
.TagClassName
{
border-color: #53A888;
}
</style>