Shades of Keppel #53AF91
Tints of Keppel #53AF91
RGB
CMYK
RGB Variations
Color information
#53AF91 (or 0x53AF91) is known color: Keppel. HEX triplet: 53, AF and 91. RGB value is (83,175,145). Sum of RGB (Red+Green+Blue) = 83+175+145=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AF91 is #AC506E. Grayscale: #909090. Windows color (decimal): -11292783 or 9547603. OLE color: 9547603.
HSL color Cylindrical-coordinate representation of color #53AF91: hue angle of 160.43º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53AF91 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 175 | 145 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.31 |
| HSL | 160.43º | 0.37% | 0.51% | - |
| HSV(B) | 160.43º | 0.53% | 0.69% | - |
| XYZ | 24.01 | 34.54 | 32.19 | - |
| YUV | 144.07 | 128.52 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 145 | 0.53 | 0 | 0.17 | 0.31 | 160.43 | 0.37 | 0.51 |
| Hex | 53 | AF | 91 | 35 | 0 | 11 | 1F | A0 | 25 | 33 |
| Octal | 123 | 257 | 221 | 65 | 0 | 21 | 37 | 240 | 45 | 63 |
| Binary | 1010011 | 10101111 | 10010001 | 110101 | 0 | 10001 | 11111 | 10100000 | 100101 | 110011 |
Color Harmonies of #53AF91
Complementary color
Monochromatic Colors of #53AF91
Black with #53AF91
Text Example
Text Example
White with #53AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AF91; }
p { color: rgb(83,175,145); }
H1.HeaderClassName
{
color: #53AF91;
}
.AnyTagClassName
{
color: #53AF91;
}
</style>
background-color css
<style>
a { background-color: #53AF91; }
a { background-color: rgb(83,175,145); }
div.DivClassName
{
background-color: #53AF91;
}
.BgClassName
{
background-color: #53AF91;
}
</style>
border-color css
<style>
span { border-color: #53AF91; }
span { border-color: rgb(83,175,145); }
td.TdClassName
{
border-color: #53AF91;
}
.TagClassName
{
border-color: #53AF91;
}
</style>