Shades of Keppel #5AAA89
Tints of Keppel #5AAA89
RGB
CMYK
RGB Variations
Color information
#5AAA89 (or 0x5AAA89) is known color: Keppel. HEX triplet: 5A, AA and 89. RGB value is (90,170,137). Sum of RGB (Red+Green+Blue) = 90+170+137=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAA89 is #A55576. Grayscale: #8E8E8E. Windows color (decimal): -10835319 or 9022042. OLE color: 9022042.
HSL color Cylindrical-coordinate representation of color #5AAA89: hue angle of 155.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAA89 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 137 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.33 |
| HSL | 155.25º | 0.32% | 0.51% | - |
| HSV(B) | 155.25º | 0.47% | 0.67% | - |
| XYZ | 23.11 | 32.73 | 28.77 | - |
| YUV | 142.32 | 125 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 137 | 0.47 | 0 | 0.19 | 0.33 | 155.25 | 0.32 | 0.51 |
| Hex | 5A | AA | 89 | 2F | 0 | 13 | 21 | 9B | 20 | 33 |
| Octal | 132 | 252 | 211 | 57 | 0 | 23 | 41 | 233 | 40 | 63 |
| Binary | 1011010 | 10101010 | 10001001 | 101111 | 0 | 10011 | 100001 | 10011011 | 100000 | 110011 |
Color Harmonies of #5AAA89
Complementary color
Monochromatic Colors of #5AAA89
Black with #5AAA89
Text Example
Text Example
White with #5AAA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA89; }
p { color: rgb(90,170,137); }
H1.HeaderClassName
{
color: #5AAA89;
}
.AnyTagClassName
{
color: #5AAA89;
}
</style>
background-color css
<style>
a { background-color: #5AAA89; }
a { background-color: rgb(90,170,137); }
div.DivClassName
{
background-color: #5AAA89;
}
.BgClassName
{
background-color: #5AAA89;
}
</style>
border-color css
<style>
span { border-color: #5AAA89; }
span { border-color: rgb(90,170,137); }
td.TdClassName
{
border-color: #5AAA89;
}
.TagClassName
{
border-color: #5AAA89;
}
</style>