Shades of Keppel #5DB59B
Tints of Keppel #5DB59B
RGB
CMYK
RGB Variations
Color information
#5DB59B (or 0x5DB59B) is known color: Keppel. HEX triplet: 5D, B5 and 9B. RGB value is (93,181,155). Sum of RGB (Red+Green+Blue) = 93+181+155=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #5DB59B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB59B is #A24A64. Grayscale: #979797. Windows color (decimal): -10635877 or 10204509. OLE color: 10204509.
HSL color Cylindrical-coordinate representation of color #5DB59B: hue angle of 162.27º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB59B is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 181 | 155 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.29 |
| HSL | 162.27º | 0.37% | 0.54% | - |
| HSV(B) | 162.27º | 0.49% | 0.71% | - |
| XYZ | 26.95 | 37.74 | 36.87 | - |
| YUV | 151.72 | 129.85 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 181 | 155 | 0.49 | 0 | 0.14 | 0.29 | 162.27 | 0.37 | 0.54 |
| Hex | 5D | B5 | 9B | 31 | 0 | E | 1D | A2 | 25 | 36 |
| Octal | 135 | 265 | 233 | 61 | 0 | 16 | 35 | 242 | 45 | 66 |
| Binary | 1011101 | 10110101 | 10011011 | 110001 | 0 | 1110 | 11101 | 10100010 | 100101 | 110110 |
Color Harmonies of #5DB59B
Complementary color
Monochromatic Colors of #5DB59B
Black with #5DB59B
Text Example
Text Example
White with #5DB59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB59B; }
p { color: rgb(93,181,155); }
H1.HeaderClassName
{
color: #5DB59B;
}
.AnyTagClassName
{
color: #5DB59B;
}
</style>
background-color css
<style>
a { background-color: #5DB59B; }
a { background-color: rgb(93,181,155); }
div.DivClassName
{
background-color: #5DB59B;
}
.BgClassName
{
background-color: #5DB59B;
}
</style>
border-color css
<style>
span { border-color: #5DB59B; }
span { border-color: rgb(93,181,155); }
td.TdClassName
{
border-color: #5DB59B;
}
.TagClassName
{
border-color: #5DB59B;
}
</style>