Shades of Keppel #5BA896
Tints of Keppel #5BA896
RGB
CMYK
RGB Variations
Color information
#5BA896 (or 0x5BA896) is known color: Keppel. HEX triplet: 5B, A8 and 96. RGB value is (91,168,150). Sum of RGB (Red+Green+Blue) = 91+168+150=409 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.25% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA896 is #A45769. Grayscale: #8E8E8E. Windows color (decimal): -10770282 or 9873499. OLE color: 9873499.
HSL color Cylindrical-coordinate representation of color #5BA896: hue angle of 165.97º 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 #5BA896 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 168 | 150 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.34 |
| HSL | 165.97º | 0.31% | 0.51% | - |
| HSV(B) | 165.97º | 0.46% | 0.66% | - |
| XYZ | 23.82 | 32.43 | 33.86 | - |
| YUV | 142.93 | 131.99 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 150 | 0.46 | 0 | 0.11 | 0.34 | 165.97 | 0.31 | 0.51 |
| Hex | 5B | A8 | 96 | 2E | 0 | B | 22 | A6 | 1F | 33 |
| Octal | 133 | 250 | 226 | 56 | 0 | 13 | 42 | 246 | 37 | 63 |
| Binary | 1011011 | 10101000 | 10010110 | 101110 | 0 | 1011 | 100010 | 10100110 | 11111 | 110011 |
Color Harmonies of #5BA896
Complementary color
Monochromatic Colors of #5BA896
Black with #5BA896
Text Example
Text Example
White with #5BA896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA896; }
p { color: rgb(91,168,150); }
H1.HeaderClassName
{
color: #5BA896;
}
.AnyTagClassName
{
color: #5BA896;
}
</style>
background-color css
<style>
a { background-color: #5BA896; }
a { background-color: rgb(91,168,150); }
div.DivClassName
{
background-color: #5BA896;
}
.BgClassName
{
background-color: #5BA896;
}
</style>
border-color css
<style>
span { border-color: #5BA896; }
span { border-color: rgb(91,168,150); }
td.TdClassName
{
border-color: #5BA896;
}
.TagClassName
{
border-color: #5BA896;
}
</style>