Shades of Keppel #5BB197
Tints of Keppel #5BB197
RGB
CMYK
RGB Variations
Color information
#5BB197 (or 0x5BB197) is known color: Keppel. HEX triplet: 5B, B1 and 97. RGB value is (91,177,151). Sum of RGB (Red+Green+Blue) = 91+177+151=419 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.72% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #5BB197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BB197 is #A44E68. Grayscale: #949494. Windows color (decimal): -10767977 or 9941339. OLE color: 9941339.
HSL color Cylindrical-coordinate representation of color #5BB197: hue angle of 161.86º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB197 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 177 | 151 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.31 |
| HSL | 161.86º | 0.36% | 0.53% | - |
| HSV(B) | 161.86º | 0.49% | 0.69% | - |
| XYZ | 25.62 | 35.9 | 34.86 | - |
| YUV | 148.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 177 | 151 | 0.49 | 0 | 0.15 | 0.31 | 161.86 | 0.36 | 0.53 |
| Hex | 5B | B1 | 97 | 31 | 0 | F | 1F | A2 | 24 | 35 |
| Octal | 133 | 261 | 227 | 61 | 0 | 17 | 37 | 242 | 44 | 65 |
| Binary | 1011011 | 10110001 | 10010111 | 110001 | 0 | 1111 | 11111 | 10100010 | 100100 | 110101 |
Color Harmonies of #5BB197
Complementary color
Monochromatic Colors of #5BB197
Black with #5BB197
Text Example
Text Example
White with #5BB197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB197; }
p { color: rgb(91,177,151); }
H1.HeaderClassName
{
color: #5BB197;
}
.AnyTagClassName
{
color: #5BB197;
}
</style>
background-color css
<style>
a { background-color: #5BB197; }
a { background-color: rgb(91,177,151); }
div.DivClassName
{
background-color: #5BB197;
}
.BgClassName
{
background-color: #5BB197;
}
</style>
border-color css
<style>
span { border-color: #5BB197; }
span { border-color: rgb(91,177,151); }
td.TdClassName
{
border-color: #5BB197;
}
.TagClassName
{
border-color: #5BB197;
}
</style>