Shades of Keppel #5BA78D
Tints of Keppel #5BA78D
RGB
CMYK
RGB Variations
Color information
#5BA78D (or 0x5BA78D) is known color: Keppel. HEX triplet: 5B, A7 and 8D. RGB value is (91,167,141). Sum of RGB (Red+Green+Blue) = 91+167+141=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA78D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA78D is #A45872. Grayscale: #8D8D8D. Windows color (decimal): -10770547 or 9283419. OLE color: 9283419.
HSL color Cylindrical-coordinate representation of color #5BA78D: hue angle of 159.47º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA78D is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 141 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.35 |
| HSL | 159.47º | 0.3% | 0.51% | - |
| HSV(B) | 159.47º | 0.46% | 0.65% | - |
| XYZ | 22.94 | 31.78 | 30.13 | - |
| YUV | 141.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 141 | 0.46 | 0 | 0.16 | 0.35 | 159.47 | 0.3 | 0.51 |
| Hex | 5B | A7 | 8D | 2E | 0 | 10 | 23 | 9F | 1E | 33 |
| Octal | 133 | 247 | 215 | 56 | 0 | 20 | 43 | 237 | 36 | 63 |
| Binary | 1011011 | 10100111 | 10001101 | 101110 | 0 | 10000 | 100011 | 10011111 | 11110 | 110011 |
Color Harmonies of #5BA78D
Complementary color
Monochromatic Colors of #5BA78D
Black with #5BA78D
Text Example
Text Example
White with #5BA78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA78D; }
p { color: rgb(91,167,141); }
H1.HeaderClassName
{
color: #5BA78D;
}
.AnyTagClassName
{
color: #5BA78D;
}
</style>
background-color css
<style>
a { background-color: #5BA78D; }
a { background-color: rgb(91,167,141); }
div.DivClassName
{
background-color: #5BA78D;
}
.BgClassName
{
background-color: #5BA78D;
}
</style>
border-color css
<style>
span { border-color: #5BA78D; }
span { border-color: rgb(91,167,141); }
td.TdClassName
{
border-color: #5BA78D;
}
.TagClassName
{
border-color: #5BA78D;
}
</style>