Shades of Keppel #5EA293
Tints of Keppel #5EA293
RGB
CMYK
RGB Variations
Color information
#5EA293 (or 0x5EA293) is known color: Keppel. HEX triplet: 5E, A2 and 93. RGB value is (94,162,147). Sum of RGB (Red+Green+Blue) = 94+162+147=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA293 is #A15D6C. Grayscale: #8B8B8B. Windows color (decimal): -10575213 or 9675358. OLE color: 9675358.
HSL color Cylindrical-coordinate representation of color #5EA293: hue angle of 166.76º 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 #5EA293 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 162 | 147 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.36 |
| HSL | 166.76º | 0.27% | 0.5% | - |
| HSV(B) | 166.76º | 0.42% | 0.64% | - |
| XYZ | 22.8 | 30.33 | 32.26 | - |
| YUV | 139.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 162 | 147 | 0.42 | 0 | 0.09 | 0.36 | 166.76 | 0.27 | 0.5 |
| Hex | 5E | A2 | 93 | 2A | 0 | 9 | 24 | A7 | 1B | 32 |
| Octal | 136 | 242 | 223 | 52 | 0 | 11 | 44 | 247 | 33 | 62 |
| Binary | 1011110 | 10100010 | 10010011 | 101010 | 0 | 1001 | 100100 | 10100111 | 11011 | 110010 |
Color Harmonies of #5EA293
Complementary color
Monochromatic Colors of #5EA293
Black with #5EA293
Text Example
Text Example
White with #5EA293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA293; }
p { color: rgb(94,162,147); }
H1.HeaderClassName
{
color: #5EA293;
}
.AnyTagClassName
{
color: #5EA293;
}
</style>
background-color css
<style>
a { background-color: #5EA293; }
a { background-color: rgb(94,162,147); }
div.DivClassName
{
background-color: #5EA293;
}
.BgClassName
{
background-color: #5EA293;
}
</style>
border-color css
<style>
span { border-color: #5EA293; }
span { border-color: rgb(94,162,147); }
td.TdClassName
{
border-color: #5EA293;
}
.TagClassName
{
border-color: #5EA293;
}
</style>