Shades of Keppel #5BA790
Tints of Keppel #5BA790
RGB
CMYK
RGB Variations
Color information
#5BA790 (or 0x5BA790) is known color: Keppel. HEX triplet: 5B, A7 and 90. RGB value is (91,167,144). Sum of RGB (Red+Green+Blue) = 91+167+144=402 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.64% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA790 is #A4586F. Grayscale: #8D8D8D. Windows color (decimal): -10770544 or 9480027. OLE color: 9480027.
HSL color Cylindrical-coordinate representation of color #5BA790: hue angle of 161.84º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA790 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 144 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.35 |
| HSL | 161.84º | 0.3% | 0.51% | - |
| HSV(B) | 161.84º | 0.46% | 0.65% | - |
| XYZ | 23.17 | 31.88 | 31.32 | - |
| YUV | 141.65 | 129.32 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 144 | 0.46 | 0 | 0.14 | 0.35 | 161.84 | 0.3 | 0.51 |
| Hex | 5B | A7 | 90 | 2E | 0 | E | 23 | A2 | 1E | 33 |
| Octal | 133 | 247 | 220 | 56 | 0 | 16 | 43 | 242 | 36 | 63 |
| Binary | 1011011 | 10100111 | 10010000 | 101110 | 0 | 1110 | 100011 | 10100010 | 11110 | 110011 |
Color Harmonies of #5BA790
Complementary color
Monochromatic Colors of #5BA790
Black with #5BA790
Text Example
Text Example
White with #5BA790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA790; }
p { color: rgb(91,167,144); }
H1.HeaderClassName
{
color: #5BA790;
}
.AnyTagClassName
{
color: #5BA790;
}
</style>
background-color css
<style>
a { background-color: #5BA790; }
a { background-color: rgb(91,167,144); }
div.DivClassName
{
background-color: #5BA790;
}
.BgClassName
{
background-color: #5BA790;
}
</style>
border-color css
<style>
span { border-color: #5BA790; }
span { border-color: rgb(91,167,144); }
td.TdClassName
{
border-color: #5BA790;
}
.TagClassName
{
border-color: #5BA790;
}
</style>