Shades of Keppel #5AB592
Tints of Keppel #5AB592
RGB
CMYK
RGB Variations
Color information
#5AB592 (or 0x5AB592) is known color: Keppel. HEX triplet: 5A, B5 and 92. RGB value is (90,181,146). Sum of RGB (Red+Green+Blue) = 90+181+146=417 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.58% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB592 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB592 is #A54A6D. Grayscale: #959595. Windows color (decimal): -10832494 or 9614682. OLE color: 9614682.
HSL color Cylindrical-coordinate representation of color #5AB592: hue angle of 156.92º 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 #5AB592 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 146 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.29 |
| HSL | 156.92º | 0.38% | 0.53% | - |
| HSV(B) | 156.92º | 0.5% | 0.71% | - |
| XYZ | 25.93 | 37.3 | 33.03 | - |
| YUV | 149.8 | 125.85 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 146 | 0.50 | 0 | 0.19 | 0.29 | 156.92 | 0.38 | 0.53 |
| Hex | 5A | B5 | 92 | 32 | 0 | 13 | 1D | 9D | 26 | 35 |
| Octal | 132 | 265 | 222 | 62 | 0 | 23 | 35 | 235 | 46 | 65 |
| Binary | 1011010 | 10110101 | 10010010 | 110010 | 0 | 10011 | 11101 | 10011101 | 100110 | 110101 |
Color Harmonies of #5AB592
Complementary color
Monochromatic Colors of #5AB592
Black with #5AB592
Text Example
Text Example
White with #5AB592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB592; }
p { color: rgb(90,181,146); }
H1.HeaderClassName
{
color: #5AB592;
}
.AnyTagClassName
{
color: #5AB592;
}
</style>
background-color css
<style>
a { background-color: #5AB592; }
a { background-color: rgb(90,181,146); }
div.DivClassName
{
background-color: #5AB592;
}
.BgClassName
{
background-color: #5AB592;
}
</style>
border-color css
<style>
span { border-color: #5AB592; }
span { border-color: rgb(90,181,146); }
td.TdClassName
{
border-color: #5AB592;
}
.TagClassName
{
border-color: #5AB592;
}
</style>