Shades of Keppel #5AAA88
Tints of Keppel #5AAA88
RGB
CMYK
RGB Variations
Color information
#5AAA88 (or 0x5AAA88) is known color: Keppel. HEX triplet: 5A, AA and 88. RGB value is (90,170,136). Sum of RGB (Red+Green+Blue) = 90+170+136=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAA88 is #A55577. Grayscale: #8E8E8E. Windows color (decimal): -10835320 or 8956506. OLE color: 8956506.
HSL color Cylindrical-coordinate representation of color #5AAA88: hue angle of 154.5º 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 #5AAA88 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 136 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.33 |
| HSL | 154.5º | 0.32% | 0.51% | - |
| HSV(B) | 154.5º | 0.47% | 0.67% | - |
| XYZ | 23.04 | 32.7 | 28.39 | - |
| YUV | 142.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 136 | 0.47 | 0 | 0.20 | 0.33 | 154.5 | 0.32 | 0.51 |
| Hex | 5A | AA | 88 | 2F | 0 | 14 | 21 | 9A | 20 | 33 |
| Octal | 132 | 252 | 210 | 57 | 0 | 24 | 41 | 232 | 40 | 63 |
| Binary | 1011010 | 10101010 | 10001000 | 101111 | 0 | 10100 | 100001 | 10011010 | 100000 | 110011 |
Color Harmonies of #5AAA88
Complementary color
Monochromatic Colors of #5AAA88
Black with #5AAA88
Text Example
Text Example
White with #5AAA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA88; }
p { color: rgb(90,170,136); }
H1.HeaderClassName
{
color: #5AAA88;
}
.AnyTagClassName
{
color: #5AAA88;
}
</style>
background-color css
<style>
a { background-color: #5AAA88; }
a { background-color: rgb(90,170,136); }
div.DivClassName
{
background-color: #5AAA88;
}
.BgClassName
{
background-color: #5AAA88;
}
</style>
border-color css
<style>
span { border-color: #5AAA88; }
span { border-color: rgb(90,170,136); }
td.TdClassName
{
border-color: #5AAA88;
}
.TagClassName
{
border-color: #5AAA88;
}
</style>