Shades of Keppel #55AA89
Tints of Keppel #55AA89
RGB
CMYK
RGB Variations
Color information
#55AA89 (or 0x55AA89) is known color: Keppel. HEX triplet: 55, AA and 89. RGB value is (85,170,137). Sum of RGB (Red+Green+Blue) = 85+170+137=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AA89 is #AA5576. Grayscale: #8C8C8C. Windows color (decimal): -11162999 or 9022037. OLE color: 9022037.
HSL color Cylindrical-coordinate representation of color #55AA89: hue angle of 156.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AA89 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 170 | 137 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.33 |
| HSL | 156.71º | 0.33% | 0.5% | - |
| HSV(B) | 156.71º | 0.5% | 0.67% | - |
| XYZ | 22.64 | 32.49 | 28.74 | - |
| YUV | 140.82 | 125.84 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 137 | 0.50 | 0 | 0.19 | 0.33 | 156.71 | 0.33 | 0.5 |
| Hex | 55 | AA | 89 | 32 | 0 | 13 | 21 | 9D | 21 | 32 |
| Octal | 125 | 252 | 211 | 62 | 0 | 23 | 41 | 235 | 41 | 62 |
| Binary | 1010101 | 10101010 | 10001001 | 110010 | 0 | 10011 | 100001 | 10011101 | 100001 | 110010 |
Color Harmonies of #55AA89
Complementary color
Monochromatic Colors of #55AA89
Black with #55AA89
Text Example
Text Example
White with #55AA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AA89; }
p { color: rgb(85,170,137); }
H1.HeaderClassName
{
color: #55AA89;
}
.AnyTagClassName
{
color: #55AA89;
}
</style>
background-color css
<style>
a { background-color: #55AA89; }
a { background-color: rgb(85,170,137); }
div.DivClassName
{
background-color: #55AA89;
}
.BgClassName
{
background-color: #55AA89;
}
</style>
border-color css
<style>
span { border-color: #55AA89; }
span { border-color: rgb(85,170,137); }
td.TdClassName
{
border-color: #55AA89;
}
.TagClassName
{
border-color: #55AA89;
}
</style>