Shades of Keppel #5AAA91
Tints of Keppel #5AAA91
RGB
CMYK
RGB Variations
Color information
#5AAA91 (or 0x5AAA91) is known color: Keppel. HEX triplet: 5A, AA and 91. RGB value is (90,170,145). Sum of RGB (Red+Green+Blue) = 90+170+145=405 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.22% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAA91 is #A5556E. Grayscale: #8F8F8F. Windows color (decimal): -10835311 or 9546330. OLE color: 9546330.
HSL color Cylindrical-coordinate representation of color #5AAA91: hue angle of 161.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 #5AAA91 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 145 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.33 |
| HSL | 161.25º | 0.32% | 0.51% | - |
| HSV(B) | 161.25º | 0.47% | 0.67% | - |
| XYZ | 23.7 | 32.97 | 31.9 | - |
| YUV | 143.23 | 129 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 145 | 0.47 | 0 | 0.15 | 0.33 | 161.25 | 0.32 | 0.51 |
| Hex | 5A | AA | 91 | 2F | 0 | F | 21 | A1 | 20 | 33 |
| Octal | 132 | 252 | 221 | 57 | 0 | 17 | 41 | 241 | 40 | 63 |
| Binary | 1011010 | 10101010 | 10010001 | 101111 | 0 | 1111 | 100001 | 10100001 | 100000 | 110011 |
Color Harmonies of #5AAA91
Complementary color
Monochromatic Colors of #5AAA91
Black with #5AAA91
Text Example
Text Example
White with #5AAA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA91; }
p { color: rgb(90,170,145); }
H1.HeaderClassName
{
color: #5AAA91;
}
.AnyTagClassName
{
color: #5AAA91;
}
</style>
background-color css
<style>
a { background-color: #5AAA91; }
a { background-color: rgb(90,170,145); }
div.DivClassName
{
background-color: #5AAA91;
}
.BgClassName
{
background-color: #5AAA91;
}
</style>
border-color css
<style>
span { border-color: #5AAA91; }
span { border-color: rgb(90,170,145); }
td.TdClassName
{
border-color: #5AAA91;
}
.TagClassName
{
border-color: #5AAA91;
}
</style>