Shades of Keppel #5BA88C
Tints of Keppel #5BA88C
RGB
CMYK
RGB Variations
Color information
#5BA88C (or 0x5BA88C) is known color: Keppel. HEX triplet: 5B, A8 and 8C. RGB value is (91,168,140). Sum of RGB (Red+Green+Blue) = 91+168+140=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA88C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA88C is #A45773. Grayscale: #8D8D8D. Windows color (decimal): -10770292 or 9218139. OLE color: 9218139.
HSL color Cylindrical-coordinate representation of color #5BA88C: hue angle of 158.18º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA88C is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 168 | 140 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.34 |
| HSL | 158.18º | 0.31% | 0.51% | - |
| HSV(B) | 158.18º | 0.46% | 0.66% | - |
| XYZ | 23.05 | 32.12 | 29.8 | - |
| YUV | 141.79 | 126.99 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 140 | 0.46 | 0 | 0.17 | 0.34 | 158.18 | 0.31 | 0.51 |
| Hex | 5B | A8 | 8C | 2E | 0 | 11 | 22 | 9E | 1F | 33 |
| Octal | 133 | 250 | 214 | 56 | 0 | 21 | 42 | 236 | 37 | 63 |
| Binary | 1011011 | 10101000 | 10001100 | 101110 | 0 | 10001 | 100010 | 10011110 | 11111 | 110011 |
Color Harmonies of #5BA88C
Complementary color
Monochromatic Colors of #5BA88C
Black with #5BA88C
Text Example
Text Example
White with #5BA88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA88C; }
p { color: rgb(91,168,140); }
H1.HeaderClassName
{
color: #5BA88C;
}
.AnyTagClassName
{
color: #5BA88C;
}
</style>
background-color css
<style>
a { background-color: #5BA88C; }
a { background-color: rgb(91,168,140); }
div.DivClassName
{
background-color: #5BA88C;
}
.BgClassName
{
background-color: #5BA88C;
}
</style>
border-color css
<style>
span { border-color: #5BA88C; }
span { border-color: rgb(91,168,140); }
td.TdClassName
{
border-color: #5BA88C;
}
.TagClassName
{
border-color: #5BA88C;
}
</style>