Shades of Keppel #5BA98B
Tints of Keppel #5BA98B
RGB
CMYK
RGB Variations
Color information
#5BA98B (or 0x5BA98B) is known color: Keppel. HEX triplet: 5B, A9 and 8B. RGB value is (91,169,139). Sum of RGB (Red+Green+Blue) = 91+169+139=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA98B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA98B is #A45674. Grayscale: #8E8E8E. Windows color (decimal): -10770037 or 9152859. OLE color: 9152859.
HSL color Cylindrical-coordinate representation of color #5BA98B: hue angle of 156.92º 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 #5BA98B is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 139 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.34 |
| HSL | 156.92º | 0.31% | 0.51% | - |
| HSV(B) | 156.92º | 0.46% | 0.66% | - |
| XYZ | 23.16 | 32.46 | 29.47 | - |
| YUV | 142.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 139 | 0.46 | 0 | 0.18 | 0.34 | 156.92 | 0.31 | 0.51 |
| Hex | 5B | A9 | 8B | 2E | 0 | 12 | 22 | 9D | 1F | 33 |
| Octal | 133 | 251 | 213 | 56 | 0 | 22 | 42 | 235 | 37 | 63 |
| Binary | 1011011 | 10101001 | 10001011 | 101110 | 0 | 10010 | 100010 | 10011101 | 11111 | 110011 |
Color Harmonies of #5BA98B
Complementary color
Monochromatic Colors of #5BA98B
Black with #5BA98B
Text Example
Text Example
White with #5BA98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA98B; }
p { color: rgb(91,169,139); }
H1.HeaderClassName
{
color: #5BA98B;
}
.AnyTagClassName
{
color: #5BA98B;
}
</style>
background-color css
<style>
a { background-color: #5BA98B; }
a { background-color: rgb(91,169,139); }
div.DivClassName
{
background-color: #5BA98B;
}
.BgClassName
{
background-color: #5BA98B;
}
</style>
border-color css
<style>
span { border-color: #5BA98B; }
span { border-color: rgb(91,169,139); }
td.TdClassName
{
border-color: #5BA98B;
}
.TagClassName
{
border-color: #5BA98B;
}
</style>