Shades of Keppel #5BBE9D
Tints of Keppel #5BBE9D
RGB
CMYK
RGB Variations
Color information
#5BBE9D (or 0x5BBE9D) is known color: Keppel. HEX triplet: 5B, BE and 9D. RGB value is (91,190,157). Sum of RGB (Red+Green+Blue) = 91+190+157=438 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.78% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #5BBE9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBE9D is #A44162. Grayscale: #9C9C9C. Windows color (decimal): -10764643 or 10337883. OLE color: 10337883.
HSL color Cylindrical-coordinate representation of color #5BBE9D: hue angle of 160º 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 #5BBE9D is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 190 | 157 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.25 |
| HSL | 160º | 0.43% | 0.55% | - |
| HSV(B) | 160º | 0.52% | 0.75% | - |
| XYZ | 28.81 | 41.49 | 38.39 | - |
| YUV | 156.64 | 128.2 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 190 | 157 | 0.52 | 0 | 0.17 | 0.25 | 160 | 0.43 | 0.55 |
| Hex | 5B | BE | 9D | 34 | 0 | 11 | 19 | A0 | 2B | 37 |
| Octal | 133 | 276 | 235 | 64 | 0 | 21 | 31 | 240 | 53 | 67 |
| Binary | 1011011 | 10111110 | 10011101 | 110100 | 0 | 10001 | 11001 | 10100000 | 101011 | 110111 |
Color Harmonies of #5BBE9D
Complementary color
Monochromatic Colors of #5BBE9D
Black with #5BBE9D
Text Example
Text Example
White with #5BBE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBE9D; }
p { color: rgb(91,190,157); }
H1.HeaderClassName
{
color: #5BBE9D;
}
.AnyTagClassName
{
color: #5BBE9D;
}
</style>
background-color css
<style>
a { background-color: #5BBE9D; }
a { background-color: rgb(91,190,157); }
div.DivClassName
{
background-color: #5BBE9D;
}
.BgClassName
{
background-color: #5BBE9D;
}
</style>
border-color css
<style>
span { border-color: #5BBE9D; }
span { border-color: rgb(91,190,157); }
td.TdClassName
{
border-color: #5BBE9D;
}
.TagClassName
{
border-color: #5BBE9D;
}
</style>