Shades of Keppel #5AB495
Tints of Keppel #5AB495
RGB
CMYK
RGB Variations
Color information
#5AB495 (or 0x5AB495) is known color: Keppel. HEX triplet: 5A, B4 and 95. RGB value is (90,180,149). Sum of RGB (Red+Green+Blue) = 90+180+149=419 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.48% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB495 is #A54B6A. Grayscale: #959595. Windows color (decimal): -10832747 or 9811034. OLE color: 9811034.
HSL color Cylindrical-coordinate representation of color #5AB495: hue angle of 159.33º 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 #5AB495 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 180 | 149 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.29 |
| HSL | 159.33º | 0.38% | 0.53% | - |
| HSV(B) | 159.33º | 0.5% | 0.71% | - |
| XYZ | 25.96 | 36.99 | 34.2 | - |
| YUV | 149.56 | 127.68 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 149 | 0.50 | 0 | 0.17 | 0.29 | 159.33 | 0.38 | 0.53 |
| Hex | 5A | B4 | 95 | 32 | 0 | 11 | 1D | 9F | 26 | 35 |
| Octal | 132 | 264 | 225 | 62 | 0 | 21 | 35 | 237 | 46 | 65 |
| Binary | 1011010 | 10110100 | 10010101 | 110010 | 0 | 10001 | 11101 | 10011111 | 100110 | 110101 |
Color Harmonies of #5AB495
Complementary color
Monochromatic Colors of #5AB495
Black with #5AB495
Text Example
Text Example
White with #5AB495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB495; }
p { color: rgb(90,180,149); }
H1.HeaderClassName
{
color: #5AB495;
}
.AnyTagClassName
{
color: #5AB495;
}
</style>
background-color css
<style>
a { background-color: #5AB495; }
a { background-color: rgb(90,180,149); }
div.DivClassName
{
background-color: #5AB495;
}
.BgClassName
{
background-color: #5AB495;
}
</style>
border-color css
<style>
span { border-color: #5AB495; }
span { border-color: rgb(90,180,149); }
td.TdClassName
{
border-color: #5AB495;
}
.TagClassName
{
border-color: #5AB495;
}
</style>