Shades of Keppel #5EA294
Tints of Keppel #5EA294
RGB
CMYK
RGB Variations
Color information
#5EA294 (or 0x5EA294) is known color: Keppel. HEX triplet: 5E, A2 and 94. RGB value is (94,162,148). Sum of RGB (Red+Green+Blue) = 94+162+148=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA294 is #A15D6B. Grayscale: #8C8C8C. Windows color (decimal): -10575212 or 9740894. OLE color: 9740894.
HSL color Cylindrical-coordinate representation of color #5EA294: hue angle of 167.65º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5EA294 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 162 | 148 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.36 |
| HSL | 167.65º | 0.27% | 0.5% | - |
| HSV(B) | 167.65º | 0.42% | 0.64% | - |
| XYZ | 22.88 | 30.36 | 32.67 | - |
| YUV | 140.07 | 132.47 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 162 | 148 | 0.42 | 0 | 0.09 | 0.36 | 167.65 | 0.27 | 0.5 |
| Hex | 5E | A2 | 94 | 2A | 0 | 9 | 24 | A8 | 1B | 32 |
| Octal | 136 | 242 | 224 | 52 | 0 | 11 | 44 | 250 | 33 | 62 |
| Binary | 1011110 | 10100010 | 10010100 | 101010 | 0 | 1001 | 100100 | 10101000 | 11011 | 110010 |
Color Harmonies of #5EA294
Complementary color
Monochromatic Colors of #5EA294
Black with #5EA294
Text Example
Text Example
White with #5EA294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA294; }
p { color: rgb(94,162,148); }
H1.HeaderClassName
{
color: #5EA294;
}
.AnyTagClassName
{
color: #5EA294;
}
</style>
background-color css
<style>
a { background-color: #5EA294; }
a { background-color: rgb(94,162,148); }
div.DivClassName
{
background-color: #5EA294;
}
.BgClassName
{
background-color: #5EA294;
}
</style>
border-color css
<style>
span { border-color: #5EA294; }
span { border-color: rgb(94,162,148); }
td.TdClassName
{
border-color: #5EA294;
}
.TagClassName
{
border-color: #5EA294;
}
</style>