Shades of Keppel #5BB795
Tints of Keppel #5BB795
RGB
CMYK
RGB Variations
Color information
#5BB795 (or 0x5BB795) is known color: Keppel. HEX triplet: 5B, B7 and 95. RGB value is (91,183,149). Sum of RGB (Red+Green+Blue) = 91+183+149=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 183 - color contains mainly: green. Hex color #5BB795 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB795 is #A4486A. Grayscale: #979797. Windows color (decimal): -10766443 or 9811803. OLE color: 9811803.
HSL color Cylindrical-coordinate representation of color #5BB795: hue angle of 157.83º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BB795 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 91 | 183 | 149 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.28 |
| HSL | 157.83º | 0.39% | 0.54% | - |
| HSV(B) | 157.83º | 0.5% | 0.72% | - |
| XYZ | 26.67 | 38.26 | 34.41 | - |
| YUV | 151.62 | 126.52 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 183 | 149 | 0.50 | 0 | 0.19 | 0.28 | 157.83 | 0.39 | 0.54 |
| Hex | 5B | B7 | 95 | 32 | 0 | 13 | 1C | 9E | 27 | 36 |
| Octal | 133 | 267 | 225 | 62 | 0 | 23 | 34 | 236 | 47 | 66 |
| Binary | 1011011 | 10110111 | 10010101 | 110010 | 0 | 10011 | 11100 | 10011110 | 100111 | 110110 |
Color Harmonies of #5BB795
Complementary color
Monochromatic Colors of #5BB795
Black with #5BB795
Text Example
Text Example
White with #5BB795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB795; }
p { color: rgb(91,183,149); }
H1.HeaderClassName
{
color: #5BB795;
}
.AnyTagClassName
{
color: #5BB795;
}
</style>
background-color css
<style>
a { background-color: #5BB795; }
a { background-color: rgb(91,183,149); }
div.DivClassName
{
background-color: #5BB795;
}
.BgClassName
{
background-color: #5BB795;
}
</style>
border-color css
<style>
span { border-color: #5BB795; }
span { border-color: rgb(91,183,149); }
td.TdClassName
{
border-color: #5BB795;
}
.TagClassName
{
border-color: #5BB795;
}
</style>