Shades of Keppel #53B597
Tints of Keppel #53B597
RGB
CMYK
RGB Variations
Color information
#53B597 (or 0x53B597) is known color: Keppel. HEX triplet: 53, B5 and 97. RGB value is (83,181,151). Sum of RGB (Red+Green+Blue) = 83+181+151=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 181 - color contains mainly: green. Hex color #53B597 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B597 is #AC4A68. Grayscale: #949494. Windows color (decimal): -11291241 or 9942355. OLE color: 9942355.
HSL color Cylindrical-coordinate representation of color #53B597: hue angle of 161.63º 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 #53B597 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 181 | 151 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.29 |
| HSL | 161.63º | 0.4% | 0.52% | - |
| HSV(B) | 161.63º | 0.54% | 0.71% | - |
| XYZ | 25.68 | 37.12 | 35.09 | - |
| YUV | 148.28 | 129.53 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 181 | 151 | 0.54 | 0 | 0.17 | 0.29 | 161.63 | 0.4 | 0.52 |
| Hex | 53 | B5 | 97 | 36 | 0 | 11 | 1D | A2 | 28 | 34 |
| Octal | 123 | 265 | 227 | 66 | 0 | 21 | 35 | 242 | 50 | 64 |
| Binary | 1010011 | 10110101 | 10010111 | 110110 | 0 | 10001 | 11101 | 10100010 | 101000 | 110100 |
Color Harmonies of #53B597
Complementary color
Monochromatic Colors of #53B597
Black with #53B597
Text Example
Text Example
White with #53B597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B597; }
p { color: rgb(83,181,151); }
H1.HeaderClassName
{
color: #53B597;
}
.AnyTagClassName
{
color: #53B597;
}
</style>
background-color css
<style>
a { background-color: #53B597; }
a { background-color: rgb(83,181,151); }
div.DivClassName
{
background-color: #53B597;
}
.BgClassName
{
background-color: #53B597;
}
</style>
border-color css
<style>
span { border-color: #53B597; }
span { border-color: rgb(83,181,151); }
td.TdClassName
{
border-color: #53B597;
}
.TagClassName
{
border-color: #53B597;
}
</style>