Shades of Keppel #55BA90
Tints of Keppel #55BA90
RGB
CMYK
RGB Variations
Color information
#55BA90 (or 0x55BA90) is known color: Keppel. HEX triplet: 55, BA and 90. RGB value is (85,186,144). Sum of RGB (Red+Green+Blue) = 85+186+144=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BA90 is #AA456F. Grayscale: #979797. Windows color (decimal): -11158896 or 9484885. OLE color: 9484885.
HSL color Cylindrical-coordinate representation of color #55BA90: hue angle of 155.05º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55BA90 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 144 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.27 |
| HSL | 155.05º | 0.42% | 0.53% | - |
| HSV(B) | 155.05º | 0.54% | 0.73% | - |
| XYZ | 26.34 | 39.06 | 32.54 | - |
| YUV | 151.01 | 124.04 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 144 | 0.54 | 0 | 0.23 | 0.27 | 155.05 | 0.42 | 0.53 |
| Hex | 55 | BA | 90 | 36 | 0 | 17 | 1B | 9B | 2A | 35 |
| Octal | 125 | 272 | 220 | 66 | 0 | 27 | 33 | 233 | 52 | 65 |
| Binary | 1010101 | 10111010 | 10010000 | 110110 | 0 | 10111 | 11011 | 10011011 | 101010 | 110101 |
Color Harmonies of #55BA90
Complementary color
Monochromatic Colors of #55BA90
Black with #55BA90
Text Example
Text Example
White with #55BA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA90; }
p { color: rgb(85,186,144); }
H1.HeaderClassName
{
color: #55BA90;
}
.AnyTagClassName
{
color: #55BA90;
}
</style>
background-color css
<style>
a { background-color: #55BA90; }
a { background-color: rgb(85,186,144); }
div.DivClassName
{
background-color: #55BA90;
}
.BgClassName
{
background-color: #55BA90;
}
</style>
border-color css
<style>
span { border-color: #55BA90; }
span { border-color: rgb(85,186,144); }
td.TdClassName
{
border-color: #55BA90;
}
.TagClassName
{
border-color: #55BA90;
}
</style>