Shades of Keppel #5BBE9E
Tints of Keppel #5BBE9E
RGB
CMYK
RGB Variations
Color information
#5BBE9E (or 0x5BBE9E) is known color: Keppel. HEX triplet: 5B, BE and 9E. RGB value is (91,190,158). Sum of RGB (Red+Green+Blue) = 91+190+158=439 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.73% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #5BBE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBE9E is #A44161. Grayscale: #9C9C9C. Windows color (decimal): -10764642 or 10403419. OLE color: 10403419.
HSL color Cylindrical-coordinate representation of color #5BBE9E: hue angle of 160.61º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBE9E is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 190 | 158 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.25 |
| HSL | 160.61º | 0.43% | 0.55% | - |
| HSV(B) | 160.61º | 0.52% | 0.75% | - |
| XYZ | 28.9 | 41.52 | 38.84 | - |
| YUV | 156.75 | 128.7 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 190 | 158 | 0.52 | 0 | 0.17 | 0.25 | 160.61 | 0.43 | 0.55 |
| Hex | 5B | BE | 9E | 34 | 0 | 11 | 19 | A1 | 2B | 37 |
| Octal | 133 | 276 | 236 | 64 | 0 | 21 | 31 | 241 | 53 | 67 |
| Binary | 1011011 | 10111110 | 10011110 | 110100 | 0 | 10001 | 11001 | 10100001 | 101011 | 110111 |
Color Harmonies of #5BBE9E
Complementary color
Monochromatic Colors of #5BBE9E
Black with #5BBE9E
Text Example
Text Example
White with #5BBE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBE9E; }
p { color: rgb(91,190,158); }
H1.HeaderClassName
{
color: #5BBE9E;
}
.AnyTagClassName
{
color: #5BBE9E;
}
</style>
background-color css
<style>
a { background-color: #5BBE9E; }
a { background-color: rgb(91,190,158); }
div.DivClassName
{
background-color: #5BBE9E;
}
.BgClassName
{
background-color: #5BBE9E;
}
</style>
border-color css
<style>
span { border-color: #5BBE9E; }
span { border-color: rgb(91,190,158); }
td.TdClassName
{
border-color: #5BBE9E;
}
.TagClassName
{
border-color: #5BBE9E;
}
</style>