Shades of Keppel #53B993
Tints of Keppel #53B993
RGB
CMYK
RGB Variations
Color information
#53B993 (or 0x53B993) is known color: Keppel. HEX triplet: 53, B9 and 93. RGB value is (83,185,147). Sum of RGB (Red+Green+Blue) = 83+185+147=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #53B993 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B993 is #AC466C. Grayscale: #969696. Windows color (decimal): -11290221 or 9681235. OLE color: 9681235.
HSL color Cylindrical-coordinate representation of color #53B993: hue angle of 157.65º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B993 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 185 | 147 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.27 |
| HSL | 157.65º | 0.42% | 0.53% | - |
| HSV(B) | 157.65º | 0.55% | 0.73% | - |
| XYZ | 26.18 | 38.64 | 33.68 | - |
| YUV | 150.17 | 126.21 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 185 | 147 | 0.55 | 0 | 0.21 | 0.27 | 157.65 | 0.42 | 0.53 |
| Hex | 53 | B9 | 93 | 37 | 0 | 15 | 1B | 9E | 2A | 35 |
| Octal | 123 | 271 | 223 | 67 | 0 | 25 | 33 | 236 | 52 | 65 |
| Binary | 1010011 | 10111001 | 10010011 | 110111 | 0 | 10101 | 11011 | 10011110 | 101010 | 110101 |
Color Harmonies of #53B993
Complementary color
Monochromatic Colors of #53B993
Black with #53B993
Text Example
Text Example
White with #53B993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B993; }
p { color: rgb(83,185,147); }
H1.HeaderClassName
{
color: #53B993;
}
.AnyTagClassName
{
color: #53B993;
}
</style>
background-color css
<style>
a { background-color: #53B993; }
a { background-color: rgb(83,185,147); }
div.DivClassName
{
background-color: #53B993;
}
.BgClassName
{
background-color: #53B993;
}
</style>
border-color css
<style>
span { border-color: #53B993; }
span { border-color: rgb(83,185,147); }
td.TdClassName
{
border-color: #53B993;
}
.TagClassName
{
border-color: #53B993;
}
</style>