Shades of Keppel #5BA997
Tints of Keppel #5BA997
RGB
CMYK
RGB Variations
Color information
#5BA997 (or 0x5BA997) is known color: Keppel. HEX triplet: 5B, A9 and 97. RGB value is (91,169,151). Sum of RGB (Red+Green+Blue) = 91+169+151=411 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.14% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA997 is #A45668. Grayscale: #8F8F8F. Windows color (decimal): -10770025 or 9939291. OLE color: 9939291.
HSL color Cylindrical-coordinate representation of color #5BA997: hue angle of 166.15º 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 #5BA997 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 151 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.34 |
| HSL | 166.15º | 0.31% | 0.51% | - |
| HSV(B) | 166.15º | 0.46% | 0.66% | - |
| XYZ | 24.09 | 32.83 | 34.35 | - |
| YUV | 143.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 151 | 0.46 | 0 | 0.11 | 0.34 | 166.15 | 0.31 | 0.51 |
| Hex | 5B | A9 | 97 | 2E | 0 | B | 22 | A6 | 1F | 33 |
| Octal | 133 | 251 | 227 | 56 | 0 | 13 | 42 | 246 | 37 | 63 |
| Binary | 1011011 | 10101001 | 10010111 | 101110 | 0 | 1011 | 100010 | 10100110 | 11111 | 110011 |
Color Harmonies of #5BA997
Complementary color
Monochromatic Colors of #5BA997
Black with #5BA997
Text Example
Text Example
White with #5BA997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA997; }
p { color: rgb(91,169,151); }
H1.HeaderClassName
{
color: #5BA997;
}
.AnyTagClassName
{
color: #5BA997;
}
</style>
background-color css
<style>
a { background-color: #5BA997; }
a { background-color: rgb(91,169,151); }
div.DivClassName
{
background-color: #5BA997;
}
.BgClassName
{
background-color: #5BA997;
}
</style>
border-color css
<style>
span { border-color: #5BA997; }
span { border-color: rgb(91,169,151); }
td.TdClassName
{
border-color: #5BA997;
}
.TagClassName
{
border-color: #5BA997;
}
</style>