Shades of Keppel #5BA990
Tints of Keppel #5BA990
RGB
CMYK
RGB Variations
Color information
#5BA990 (or 0x5BA990) is known color: Keppel. HEX triplet: 5B, A9 and 90. RGB value is (91,169,144). Sum of RGB (Red+Green+Blue) = 91+169+144=404 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.52% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA990 is #A4566F. Grayscale: #8E8E8E. Windows color (decimal): -10770032 or 9480539. OLE color: 9480539.
HSL color Cylindrical-coordinate representation of color #5BA990: hue angle of 160.77º 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 #5BA990 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 144 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.34 |
| HSL | 160.77º | 0.31% | 0.51% | - |
| HSV(B) | 160.77º | 0.46% | 0.66% | - |
| XYZ | 23.54 | 32.61 | 31.44 | - |
| YUV | 142.83 | 128.66 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 144 | 0.46 | 0 | 0.15 | 0.34 | 160.77 | 0.31 | 0.51 |
| Hex | 5B | A9 | 90 | 2E | 0 | F | 22 | A1 | 1F | 33 |
| Octal | 133 | 251 | 220 | 56 | 0 | 17 | 42 | 241 | 37 | 63 |
| Binary | 1011011 | 10101001 | 10010000 | 101110 | 0 | 1111 | 100010 | 10100001 | 11111 | 110011 |
Color Harmonies of #5BA990
Complementary color
Monochromatic Colors of #5BA990
Black with #5BA990
Text Example
Text Example
White with #5BA990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA990; }
p { color: rgb(91,169,144); }
H1.HeaderClassName
{
color: #5BA990;
}
.AnyTagClassName
{
color: #5BA990;
}
</style>
background-color css
<style>
a { background-color: #5BA990; }
a { background-color: rgb(91,169,144); }
div.DivClassName
{
background-color: #5BA990;
}
.BgClassName
{
background-color: #5BA990;
}
</style>
border-color css
<style>
span { border-color: #5BA990; }
span { border-color: rgb(91,169,144); }
td.TdClassName
{
border-color: #5BA990;
}
.TagClassName
{
border-color: #5BA990;
}
</style>