Shades of Keppel #5BA98C
Tints of Keppel #5BA98C
RGB
CMYK
RGB Variations
Color information
#5BA98C (or 0x5BA98C) is known color: Keppel. HEX triplet: 5B, A9 and 8C. RGB value is (91,169,140). Sum of RGB (Red+Green+Blue) = 91+169+140=400 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.75% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA98C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA98C is #A45673. Grayscale: #8E8E8E. Windows color (decimal): -10770036 or 9218395. OLE color: 9218395.
HSL color Cylindrical-coordinate representation of color #5BA98C: hue angle of 157.69º 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 #5BA98C is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 140 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.34 |
| HSL | 157.69º | 0.31% | 0.51% | - |
| HSV(B) | 157.69º | 0.46% | 0.66% | - |
| XYZ | 23.24 | 32.49 | 29.86 | - |
| YUV | 142.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 140 | 0.46 | 0 | 0.17 | 0.34 | 157.69 | 0.31 | 0.51 |
| Hex | 5B | A9 | 8C | 2E | 0 | 11 | 22 | 9E | 1F | 33 |
| Octal | 133 | 251 | 214 | 56 | 0 | 21 | 42 | 236 | 37 | 63 |
| Binary | 1011011 | 10101001 | 10001100 | 101110 | 0 | 10001 | 100010 | 10011110 | 11111 | 110011 |
Color Harmonies of #5BA98C
Complementary color
Monochromatic Colors of #5BA98C
Black with #5BA98C
Text Example
Text Example
White with #5BA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA98C; }
p { color: rgb(91,169,140); }
H1.HeaderClassName
{
color: #5BA98C;
}
.AnyTagClassName
{
color: #5BA98C;
}
</style>
background-color css
<style>
a { background-color: #5BA98C; }
a { background-color: rgb(91,169,140); }
div.DivClassName
{
background-color: #5BA98C;
}
.BgClassName
{
background-color: #5BA98C;
}
</style>
border-color css
<style>
span { border-color: #5BA98C; }
span { border-color: rgb(91,169,140); }
td.TdClassName
{
border-color: #5BA98C;
}
.TagClassName
{
border-color: #5BA98C;
}
</style>