Shades of Keppel #53A697
Tints of Keppel #53A697
RGB
CMYK
RGB Variations
Color information
#53A697 (or 0x53A697) is known color: Keppel. HEX triplet: 53, A6 and 97. RGB value is (83,166,151). Sum of RGB (Red+Green+Blue) = 83+166+151=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #53A697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A697 is #AC5968. Grayscale: #8B8B8B. Windows color (decimal): -11295081 or 9938515. OLE color: 9938515.
HSL color Cylindrical-coordinate representation of color #53A697: hue angle of 169.16º 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 #53A697 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 166 | 151 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.35 |
| HSL | 169.16º | 0.33% | 0.49% | - |
| HSV(B) | 169.16º | 0.5% | 0.65% | - |
| XYZ | 22.79 | 31.35 | 34.13 | - |
| YUV | 139.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 166 | 151 | 0.50 | 0 | 0.09 | 0.35 | 169.16 | 0.33 | 0.49 |
| Hex | 53 | A6 | 97 | 32 | 0 | 9 | 23 | A9 | 21 | 31 |
| Octal | 123 | 246 | 227 | 62 | 0 | 11 | 43 | 251 | 41 | 61 |
| Binary | 1010011 | 10100110 | 10010111 | 110010 | 0 | 1001 | 100011 | 10101001 | 100001 | 110001 |
Color Harmonies of #53A697
Complementary color
Monochromatic Colors of #53A697
Black with #53A697
Text Example
Text Example
White with #53A697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A697; }
p { color: rgb(83,166,151); }
H1.HeaderClassName
{
color: #53A697;
}
.AnyTagClassName
{
color: #53A697;
}
</style>
background-color css
<style>
a { background-color: #53A697; }
a { background-color: rgb(83,166,151); }
div.DivClassName
{
background-color: #53A697;
}
.BgClassName
{
background-color: #53A697;
}
</style>
border-color css
<style>
span { border-color: #53A697; }
span { border-color: rgb(83,166,151); }
td.TdClassName
{
border-color: #53A697;
}
.TagClassName
{
border-color: #53A697;
}
</style>