Shades of Keppel #5BB59A
Tints of Keppel #5BB59A
RGB
CMYK
RGB Variations
Color information
#5BB59A (or 0x5BB59A) is known color: Keppel. HEX triplet: 5B, B5 and 9A. RGB value is (91,181,154). Sum of RGB (Red+Green+Blue) = 91+181+154=426 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.36% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 181 - color contains mainly: green. Hex color #5BB59A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB59A is #A44A65. Grayscale: #979797. Windows color (decimal): -10766950 or 10138971. OLE color: 10138971.
HSL color Cylindrical-coordinate representation of color #5BB59A: 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 #5BB59A is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 181 | 154 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.29 |
| HSL | 162º | 0.38% | 0.53% | - |
| HSV(B) | 162º | 0.5% | 0.71% | - |
| XYZ | 26.67 | 37.6 | 36.42 | - |
| YUV | 151.01 | 129.68 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 181 | 154 | 0.50 | 0 | 0.15 | 0.29 | 162 | 0.38 | 0.53 |
| Hex | 5B | B5 | 9A | 32 | 0 | F | 1D | A2 | 26 | 35 |
| Octal | 133 | 265 | 232 | 62 | 0 | 17 | 35 | 242 | 46 | 65 |
| Binary | 1011011 | 10110101 | 10011010 | 110010 | 0 | 1111 | 11101 | 10100010 | 100110 | 110101 |
Color Harmonies of #5BB59A
Complementary color
Monochromatic Colors of #5BB59A
Black with #5BB59A
Text Example
Text Example
White with #5BB59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB59A; }
p { color: rgb(91,181,154); }
H1.HeaderClassName
{
color: #5BB59A;
}
.AnyTagClassName
{
color: #5BB59A;
}
</style>
background-color css
<style>
a { background-color: #5BB59A; }
a { background-color: rgb(91,181,154); }
div.DivClassName
{
background-color: #5BB59A;
}
.BgClassName
{
background-color: #5BB59A;
}
</style>
border-color css
<style>
span { border-color: #5BB59A; }
span { border-color: rgb(91,181,154); }
td.TdClassName
{
border-color: #5BB59A;
}
.TagClassName
{
border-color: #5BB59A;
}
</style>