Shades of Keppel #5AB795
Tints of Keppel #5AB795
RGB
CMYK
RGB Variations
Color information
#5AB795 (or 0x5AB795) is known color: Keppel. HEX triplet: 5A, B7 and 95. RGB value is (90,183,149). Sum of RGB (Red+Green+Blue) = 90+183+149=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB795 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB795 is #A5486A. Grayscale: #979797. Windows color (decimal): -10831979 or 9811802. OLE color: 9811802.
HSL color Cylindrical-coordinate representation of color #5AB795: hue angle of 158.06º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB795 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 149 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.28 |
| HSL | 158.06º | 0.39% | 0.54% | - |
| HSV(B) | 158.06º | 0.51% | 0.72% | - |
| XYZ | 26.57 | 38.21 | 34.41 | - |
| YUV | 151.32 | 126.69 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 149 | 0.51 | 0 | 0.19 | 0.28 | 158.06 | 0.39 | 0.54 |
| Hex | 5A | B7 | 95 | 33 | 0 | 13 | 1C | 9E | 27 | 36 |
| Octal | 132 | 267 | 225 | 63 | 0 | 23 | 34 | 236 | 47 | 66 |
| Binary | 1011010 | 10110111 | 10010101 | 110011 | 0 | 10011 | 11100 | 10011110 | 100111 | 110110 |
Color Harmonies of #5AB795
Complementary color
Monochromatic Colors of #5AB795
Black with #5AB795
Text Example
Text Example
White with #5AB795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB795; }
p { color: rgb(90,183,149); }
H1.HeaderClassName
{
color: #5AB795;
}
.AnyTagClassName
{
color: #5AB795;
}
</style>
background-color css
<style>
a { background-color: #5AB795; }
a { background-color: rgb(90,183,149); }
div.DivClassName
{
background-color: #5AB795;
}
.BgClassName
{
background-color: #5AB795;
}
</style>
border-color css
<style>
span { border-color: #5AB795; }
span { border-color: rgb(90,183,149); }
td.TdClassName
{
border-color: #5AB795;
}
.TagClassName
{
border-color: #5AB795;
}
</style>