Shades of Keppel #5AB499
Tints of Keppel #5AB499
RGB
CMYK
RGB Variations
Color information
#5AB499 (or 0x5AB499) is known color: Keppel. HEX triplet: 5A, B4 and 99. RGB value is (90,180,153). Sum of RGB (Red+Green+Blue) = 90+180+153=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB499 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB499 is #A54B66. Grayscale: #969696. Windows color (decimal): -10832743 or 10073178. OLE color: 10073178.
HSL color Cylindrical-coordinate representation of color #5AB499: hue angle of 162º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB499 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 180 | 153 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.29 |
| HSL | 162º | 0.38% | 0.53% | - |
| HSV(B) | 162º | 0.5% | 0.71% | - |
| XYZ | 26.29 | 37.12 | 35.92 | - |
| YUV | 150.01 | 129.68 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 153 | 0.50 | 0 | 0.15 | 0.29 | 162 | 0.38 | 0.53 |
| Hex | 5A | B4 | 99 | 32 | 0 | F | 1D | A2 | 26 | 35 |
| Octal | 132 | 264 | 231 | 62 | 0 | 17 | 35 | 242 | 46 | 65 |
| Binary | 1011010 | 10110100 | 10011001 | 110010 | 0 | 1111 | 11101 | 10100010 | 100110 | 110101 |
Color Harmonies of #5AB499
Complementary color
Monochromatic Colors of #5AB499
Black with #5AB499
Text Example
Text Example
White with #5AB499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB499; }
p { color: rgb(90,180,153); }
H1.HeaderClassName
{
color: #5AB499;
}
.AnyTagClassName
{
color: #5AB499;
}
</style>
background-color css
<style>
a { background-color: #5AB499; }
a { background-color: rgb(90,180,153); }
div.DivClassName
{
background-color: #5AB499;
}
.BgClassName
{
background-color: #5AB499;
}
</style>
border-color css
<style>
span { border-color: #5AB499; }
span { border-color: rgb(90,180,153); }
td.TdClassName
{
border-color: #5AB499;
}
.TagClassName
{
border-color: #5AB499;
}
</style>