Shades of Keppel #5AB291
Tints of Keppel #5AB291
RGB
CMYK
RGB Variations
Color information
#5AB291 (or 0x5AB291) is known color: Keppel. HEX triplet: 5A, B2 and 91. RGB value is (90,178,145). Sum of RGB (Red+Green+Blue) = 90+178+145=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB291 is #A54D6E. Grayscale: #939393. Windows color (decimal): -10833263 or 9548378. OLE color: 9548378.
HSL color Cylindrical-coordinate representation of color #5AB291: hue angle of 157.5º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB291 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 178 | 145 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.30 |
| HSL | 157.5º | 0.36% | 0.53% | - |
| HSV(B) | 157.5º | 0.49% | 0.7% | - |
| XYZ | 25.25 | 36.06 | 32.42 | - |
| YUV | 147.93 | 126.35 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 145 | 0.49 | 0 | 0.19 | 0.30 | 157.5 | 0.36 | 0.53 |
| Hex | 5A | B2 | 91 | 31 | 0 | 13 | 1E | 9E | 24 | 35 |
| Octal | 132 | 262 | 221 | 61 | 0 | 23 | 36 | 236 | 44 | 65 |
| Binary | 1011010 | 10110010 | 10010001 | 110001 | 0 | 10011 | 11110 | 10011110 | 100100 | 110101 |
Color Harmonies of #5AB291
Complementary color
Monochromatic Colors of #5AB291
Black with #5AB291
Text Example
Text Example
White with #5AB291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB291; }
p { color: rgb(90,178,145); }
H1.HeaderClassName
{
color: #5AB291;
}
.AnyTagClassName
{
color: #5AB291;
}
</style>
background-color css
<style>
a { background-color: #5AB291; }
a { background-color: rgb(90,178,145); }
div.DivClassName
{
background-color: #5AB291;
}
.BgClassName
{
background-color: #5AB291;
}
</style>
border-color css
<style>
span { border-color: #5AB291; }
span { border-color: rgb(90,178,145); }
td.TdClassName
{
border-color: #5AB291;
}
.TagClassName
{
border-color: #5AB291;
}
</style>