Shades of Keppel #5BA690
Tints of Keppel #5BA690
RGB
CMYK
RGB Variations
Color information
#5BA690 (or 0x5BA690) is known color: Keppel. HEX triplet: 5B, A6 and 90. RGB value is (91,166,144). Sum of RGB (Red+Green+Blue) = 91+166+144=401 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.69% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA690 is #A4596F. Grayscale: #8D8D8D. Windows color (decimal): -10770800 or 9479771. OLE color: 9479771.
HSL color Cylindrical-coordinate representation of color #5BA690: hue angle of 162.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA690 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 166 | 144 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.35 |
| HSL | 162.4º | 0.3% | 0.5% | - |
| HSV(B) | 162.4º | 0.45% | 0.65% | - |
| XYZ | 22.98 | 31.51 | 31.26 | - |
| YUV | 141.07 | 129.65 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 144 | 0.45 | 0 | 0.13 | 0.35 | 162.4 | 0.3 | 0.5 |
| Hex | 5B | A6 | 90 | 2D | 0 | D | 23 | A2 | 1E | 32 |
| Octal | 133 | 246 | 220 | 55 | 0 | 15 | 43 | 242 | 36 | 62 |
| Binary | 1011011 | 10100110 | 10010000 | 101101 | 0 | 1101 | 100011 | 10100010 | 11110 | 110010 |
Color Harmonies of #5BA690
Complementary color
Monochromatic Colors of #5BA690
Black with #5BA690
Text Example
Text Example
White with #5BA690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA690; }
p { color: rgb(91,166,144); }
H1.HeaderClassName
{
color: #5BA690;
}
.AnyTagClassName
{
color: #5BA690;
}
</style>
background-color css
<style>
a { background-color: #5BA690; }
a { background-color: rgb(91,166,144); }
div.DivClassName
{
background-color: #5BA690;
}
.BgClassName
{
background-color: #5BA690;
}
</style>
border-color css
<style>
span { border-color: #5BA690; }
span { border-color: rgb(91,166,144); }
td.TdClassName
{
border-color: #5BA690;
}
.TagClassName
{
border-color: #5BA690;
}
</style>