Shades of Keppel #53BB91
Tints of Keppel #53BB91
RGB
CMYK
RGB Variations
Color information
#53BB91 (or 0x53BB91) is known color: Keppel. HEX triplet: 53, BB and 91. RGB value is (83,187,145). Sum of RGB (Red+Green+Blue) = 83+187+145=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BB91 is #AC446E. Grayscale: #979797. Windows color (decimal): -11289711 or 9550675. OLE color: 9550675.
HSL color Cylindrical-coordinate representation of color #53BB91: hue angle of 155.77º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BB91 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 187 | 145 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.27 |
| HSL | 155.77º | 0.43% | 0.53% | - |
| HSV(B) | 155.77º | 0.56% | 0.73% | - |
| XYZ | 26.45 | 39.42 | 33 | - |
| YUV | 151.12 | 124.54 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 145 | 0.56 | 0 | 0.22 | 0.27 | 155.77 | 0.43 | 0.53 |
| Hex | 53 | BB | 91 | 38 | 0 | 16 | 1B | 9C | 2B | 35 |
| Octal | 123 | 273 | 221 | 70 | 0 | 26 | 33 | 234 | 53 | 65 |
| Binary | 1010011 | 10111011 | 10010001 | 111000 | 0 | 10110 | 11011 | 10011100 | 101011 | 110101 |
Color Harmonies of #53BB91
Complementary color
Monochromatic Colors of #53BB91
Black with #53BB91
Text Example
Text Example
White with #53BB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BB91; }
p { color: rgb(83,187,145); }
H1.HeaderClassName
{
color: #53BB91;
}
.AnyTagClassName
{
color: #53BB91;
}
</style>
background-color css
<style>
a { background-color: #53BB91; }
a { background-color: rgb(83,187,145); }
div.DivClassName
{
background-color: #53BB91;
}
.BgClassName
{
background-color: #53BB91;
}
</style>
border-color css
<style>
span { border-color: #53BB91; }
span { border-color: rgb(83,187,145); }
td.TdClassName
{
border-color: #53BB91;
}
.TagClassName
{
border-color: #53BB91;
}
</style>