Shades of Keppel #5EA590
Tints of Keppel #5EA590
RGB
CMYK
RGB Variations
Color information
#5EA590 (or 0x5EA590) is known color: Keppel. HEX triplet: 5E, A5 and 90. RGB value is (94,165,144). Sum of RGB (Red+Green+Blue) = 94+165+144=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA590 is #A15A6F. Grayscale: #8D8D8D. Windows color (decimal): -10574448 or 9479518. OLE color: 9479518.
HSL color Cylindrical-coordinate representation of color #5EA590: hue angle of 162.25º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA590 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 165 | 144 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.35 |
| HSL | 162.25º | 0.28% | 0.51% | - |
| HSV(B) | 162.25º | 0.43% | 0.65% | - |
| XYZ | 23.11 | 31.3 | 31.21 | - |
| YUV | 141.38 | 129.48 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 165 | 144 | 0.43 | 0 | 0.13 | 0.35 | 162.25 | 0.28 | 0.51 |
| Hex | 5E | A5 | 90 | 2B | 0 | D | 23 | A2 | 1C | 33 |
| Octal | 136 | 245 | 220 | 53 | 0 | 15 | 43 | 242 | 34 | 63 |
| Binary | 1011110 | 10100101 | 10010000 | 101011 | 0 | 1101 | 100011 | 10100010 | 11100 | 110011 |
Color Harmonies of #5EA590
Complementary color
Monochromatic Colors of #5EA590
Black with #5EA590
Text Example
Text Example
White with #5EA590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA590; }
p { color: rgb(94,165,144); }
H1.HeaderClassName
{
color: #5EA590;
}
.AnyTagClassName
{
color: #5EA590;
}
</style>
background-color css
<style>
a { background-color: #5EA590; }
a { background-color: rgb(94,165,144); }
div.DivClassName
{
background-color: #5EA590;
}
.BgClassName
{
background-color: #5EA590;
}
</style>
border-color css
<style>
span { border-color: #5EA590; }
span { border-color: rgb(94,165,144); }
td.TdClassName
{
border-color: #5EA590;
}
.TagClassName
{
border-color: #5EA590;
}
</style>