Shades of Keppel #5DBB9B
Tints of Keppel #5DBB9B
RGB
CMYK
RGB Variations
Color information
#5DBB9B (or 0x5DBB9B) is known color: Keppel. HEX triplet: 5D, BB and 9B. RGB value is (93,187,155). Sum of RGB (Red+Green+Blue) = 93+187+155=435 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.38% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBB9B is #A24464. Grayscale: #9B9B9B. Windows color (decimal): -10634341 or 10206045. OLE color: 10206045.
HSL color Cylindrical-coordinate representation of color #5DBB9B: hue angle of 159.57º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBB9B is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 155 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.27 |
| HSL | 159.57º | 0.41% | 0.55% | - |
| HSV(B) | 159.57º | 0.5% | 0.73% | - |
| XYZ | 28.2 | 40.23 | 37.29 | - |
| YUV | 155.25 | 127.86 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 155 | 0.50 | 0 | 0.17 | 0.27 | 159.57 | 0.41 | 0.55 |
| Hex | 5D | BB | 9B | 32 | 0 | 11 | 1B | A0 | 29 | 37 |
| Octal | 135 | 273 | 233 | 62 | 0 | 21 | 33 | 240 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10011011 | 110010 | 0 | 10001 | 11011 | 10100000 | 101001 | 110111 |
Color Harmonies of #5DBB9B
Complementary color
Monochromatic Colors of #5DBB9B
Black with #5DBB9B
Text Example
Text Example
White with #5DBB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB9B; }
p { color: rgb(93,187,155); }
H1.HeaderClassName
{
color: #5DBB9B;
}
.AnyTagClassName
{
color: #5DBB9B;
}
</style>
background-color css
<style>
a { background-color: #5DBB9B; }
a { background-color: rgb(93,187,155); }
div.DivClassName
{
background-color: #5DBB9B;
}
.BgClassName
{
background-color: #5DBB9B;
}
</style>
border-color css
<style>
span { border-color: #5DBB9B; }
span { border-color: rgb(93,187,155); }
td.TdClassName
{
border-color: #5DBB9B;
}
.TagClassName
{
border-color: #5DBB9B;
}
</style>