Shades of Keppel #53A698
Tints of Keppel #53A698
RGB
CMYK
RGB Variations
Color information
#53A698 (or 0x53A698) is known color: Keppel. HEX triplet: 53, A6 and 98. RGB value is (83,166,152). Sum of RGB (Red+Green+Blue) = 83+166+152=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 166 - color contains mainly: green. Hex color #53A698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A698 is #AC5967. Grayscale: #8B8B8B. Windows color (decimal): -11295080 or 10004051. OLE color: 10004051.
HSL color Cylindrical-coordinate representation of color #53A698: hue angle of 169.88º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A698 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 166 | 152 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.35 |
| HSL | 169.88º | 0.33% | 0.49% | - |
| HSV(B) | 169.88º | 0.5% | 0.65% | - |
| XYZ | 22.87 | 31.38 | 34.56 | - |
| YUV | 139.59 | 135 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 166 | 152 | 0.50 | 0 | 0.08 | 0.35 | 169.88 | 0.33 | 0.49 |
| Hex | 53 | A6 | 98 | 32 | 0 | 8 | 23 | AA | 21 | 31 |
| Octal | 123 | 246 | 230 | 62 | 0 | 10 | 43 | 252 | 41 | 61 |
| Binary | 1010011 | 10100110 | 10011000 | 110010 | 0 | 1000 | 100011 | 10101010 | 100001 | 110001 |
Color Harmonies of #53A698
Complementary color
Monochromatic Colors of #53A698
Black with #53A698
Text Example
Text Example
White with #53A698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A698; }
p { color: rgb(83,166,152); }
H1.HeaderClassName
{
color: #53A698;
}
.AnyTagClassName
{
color: #53A698;
}
</style>
background-color css
<style>
a { background-color: #53A698; }
a { background-color: rgb(83,166,152); }
div.DivClassName
{
background-color: #53A698;
}
.BgClassName
{
background-color: #53A698;
}
</style>
border-color css
<style>
span { border-color: #53A698; }
span { border-color: rgb(83,166,152); }
td.TdClassName
{
border-color: #53A698;
}
.TagClassName
{
border-color: #53A698;
}
</style>