Shades of Keppel #5BA995
Tints of Keppel #5BA995
RGB
CMYK
RGB Variations
Color information
#5BA995 (or 0x5BA995) is known color: Keppel. HEX triplet: 5B, A9 and 95. RGB value is (91,169,149). Sum of RGB (Red+Green+Blue) = 91+169+149=409 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.25% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA995 is #A4566A. Grayscale: #8F8F8F. Windows color (decimal): -10770027 or 9808219. OLE color: 9808219.
HSL color Cylindrical-coordinate representation of color #5BA995: hue angle of 164.62º 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 #5BA995 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 149 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.34 |
| HSL | 164.62º | 0.31% | 0.51% | - |
| HSV(B) | 164.62º | 0.46% | 0.66% | - |
| XYZ | 23.93 | 32.77 | 33.5 | - |
| YUV | 143.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 149 | 0.46 | 0 | 0.12 | 0.34 | 164.62 | 0.31 | 0.51 |
| Hex | 5B | A9 | 95 | 2E | 0 | C | 22 | A5 | 1F | 33 |
| Octal | 133 | 251 | 225 | 56 | 0 | 14 | 42 | 245 | 37 | 63 |
| Binary | 1011011 | 10101001 | 10010101 | 101110 | 0 | 1100 | 100010 | 10100101 | 11111 | 110011 |
Color Harmonies of #5BA995
Complementary color
Monochromatic Colors of #5BA995
Black with #5BA995
Text Example
Text Example
White with #5BA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA995; }
p { color: rgb(91,169,149); }
H1.HeaderClassName
{
color: #5BA995;
}
.AnyTagClassName
{
color: #5BA995;
}
</style>
background-color css
<style>
a { background-color: #5BA995; }
a { background-color: rgb(91,169,149); }
div.DivClassName
{
background-color: #5BA995;
}
.BgClassName
{
background-color: #5BA995;
}
</style>
border-color css
<style>
span { border-color: #5BA995; }
span { border-color: rgb(91,169,149); }
td.TdClassName
{
border-color: #5BA995;
}
.TagClassName
{
border-color: #5BA995;
}
</style>