Shades of Keppel #5EA491
Tints of Keppel #5EA491
RGB
CMYK
RGB Variations
Color information
#5EA491 (or 0x5EA491) is known color: Keppel. HEX triplet: 5E, A4 and 91. RGB value is (94,164,145). Sum of RGB (Red+Green+Blue) = 94+164+145=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 164 - color contains mainly: green. Hex color #5EA491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA491 is #A15B6E. Grayscale: #8C8C8C. Windows color (decimal): -10574703 or 9544798. OLE color: 9544798.
HSL color Cylindrical-coordinate representation of color #5EA491: hue angle of 163.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA491 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 164 | 145 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.36 |
| HSL | 163.71º | 0.28% | 0.51% | - |
| HSV(B) | 163.71º | 0.43% | 0.64% | - |
| XYZ | 23 | 30.97 | 31.55 | - |
| YUV | 140.9 | 130.31 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 164 | 145 | 0.43 | 0 | 0.12 | 0.36 | 163.71 | 0.28 | 0.51 |
| Hex | 5E | A4 | 91 | 2B | 0 | C | 24 | A4 | 1C | 33 |
| Octal | 136 | 244 | 221 | 53 | 0 | 14 | 44 | 244 | 34 | 63 |
| Binary | 1011110 | 10100100 | 10010001 | 101011 | 0 | 1100 | 100100 | 10100100 | 11100 | 110011 |
Color Harmonies of #5EA491
Complementary color
Monochromatic Colors of #5EA491
Black with #5EA491
Text Example
Text Example
White with #5EA491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA491; }
p { color: rgb(94,164,145); }
H1.HeaderClassName
{
color: #5EA491;
}
.AnyTagClassName
{
color: #5EA491;
}
</style>
background-color css
<style>
a { background-color: #5EA491; }
a { background-color: rgb(94,164,145); }
div.DivClassName
{
background-color: #5EA491;
}
.BgClassName
{
background-color: #5EA491;
}
</style>
border-color css
<style>
span { border-color: #5EA491; }
span { border-color: rgb(94,164,145); }
td.TdClassName
{
border-color: #5EA491;
}
.TagClassName
{
border-color: #5EA491;
}
</style>