Shades of Keppel #53B599
Tints of Keppel #53B599
RGB
CMYK
RGB Variations
Color information
#53B599 (or 0x53B599) is known color: Keppel. HEX triplet: 53, B5 and 99. RGB value is (83,181,153). Sum of RGB (Red+Green+Blue) = 83+181+153=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #53B599 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B599 is #AC4A66. Grayscale: #949494. Windows color (decimal): -11291239 or 10073427. OLE color: 10073427.
HSL color Cylindrical-coordinate representation of color #53B599: hue angle of 162.86º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B599 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 181 | 153 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.29 |
| HSL | 162.86º | 0.4% | 0.52% | - |
| HSV(B) | 162.86º | 0.54% | 0.71% | - |
| XYZ | 25.84 | 37.19 | 35.95 | - |
| YUV | 148.51 | 130.53 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 181 | 153 | 0.54 | 0 | 0.15 | 0.29 | 162.86 | 0.4 | 0.52 |
| Hex | 53 | B5 | 99 | 36 | 0 | F | 1D | A3 | 28 | 34 |
| Octal | 123 | 265 | 231 | 66 | 0 | 17 | 35 | 243 | 50 | 64 |
| Binary | 1010011 | 10110101 | 10011001 | 110110 | 0 | 1111 | 11101 | 10100011 | 101000 | 110100 |
Color Harmonies of #53B599
Complementary color
Monochromatic Colors of #53B599
Black with #53B599
Text Example
Text Example
White with #53B599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B599; }
p { color: rgb(83,181,153); }
H1.HeaderClassName
{
color: #53B599;
}
.AnyTagClassName
{
color: #53B599;
}
</style>
background-color css
<style>
a { background-color: #53B599; }
a { background-color: rgb(83,181,153); }
div.DivClassName
{
background-color: #53B599;
}
.BgClassName
{
background-color: #53B599;
}
</style>
border-color css
<style>
span { border-color: #53B599; }
span { border-color: rgb(83,181,153); }
td.TdClassName
{
border-color: #53B599;
}
.TagClassName
{
border-color: #53B599;
}
</style>