Shades of Keppel #5BA989
Tints of Keppel #5BA989
RGB
CMYK
RGB Variations
Color information
#5BA989 (or 0x5BA989) is known color: Keppel. HEX triplet: 5B, A9 and 89. RGB value is (91,169,137). Sum of RGB (Red+Green+Blue) = 91+169+137=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA989 is #A45676. Grayscale: #8E8E8E. Windows color (decimal): -10770039 or 9021787. OLE color: 9021787.
HSL color Cylindrical-coordinate representation of color #5BA989: hue angle of 155.38º 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 #5BA989 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 137 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.34 |
| HSL | 155.38º | 0.31% | 0.51% | - |
| HSV(B) | 155.38º | 0.46% | 0.66% | - |
| XYZ | 23.02 | 32.41 | 28.71 | - |
| YUV | 142.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 137 | 0.46 | 0 | 0.19 | 0.34 | 155.38 | 0.31 | 0.51 |
| Hex | 5B | A9 | 89 | 2E | 0 | 13 | 22 | 9B | 1F | 33 |
| Octal | 133 | 251 | 211 | 56 | 0 | 23 | 42 | 233 | 37 | 63 |
| Binary | 1011011 | 10101001 | 10001001 | 101110 | 0 | 10011 | 100010 | 10011011 | 11111 | 110011 |
Color Harmonies of #5BA989
Complementary color
Monochromatic Colors of #5BA989
Black with #5BA989
Text Example
Text Example
White with #5BA989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA989; }
p { color: rgb(91,169,137); }
H1.HeaderClassName
{
color: #5BA989;
}
.AnyTagClassName
{
color: #5BA989;
}
</style>
background-color css
<style>
a { background-color: #5BA989; }
a { background-color: rgb(91,169,137); }
div.DivClassName
{
background-color: #5BA989;
}
.BgClassName
{
background-color: #5BA989;
}
</style>
border-color css
<style>
span { border-color: #5BA989; }
span { border-color: rgb(91,169,137); }
td.TdClassName
{
border-color: #5BA989;
}
.TagClassName
{
border-color: #5BA989;
}
</style>