Shades of Keppel #5DB099
Tints of Keppel #5DB099
RGB
CMYK
RGB Variations
Color information
#5DB099 (or 0x5DB099) is known color: Keppel. HEX triplet: 5D, B0 and 99. RGB value is (93,176,153). Sum of RGB (Red+Green+Blue) = 93+176+153=422 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.04% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB099 is #A24F66. Grayscale: #949494. Windows color (decimal): -10637159 or 10072157. OLE color: 10072157.
HSL color Cylindrical-coordinate representation of color #5DB099: hue angle of 163.37º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DB099 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 153 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.31 |
| HSL | 163.37º | 0.34% | 0.53% | - |
| HSV(B) | 163.37º | 0.47% | 0.69% | - |
| XYZ | 25.79 | 35.68 | 35.66 | - |
| YUV | 148.56 | 130.5 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 153 | 0.47 | 0 | 0.13 | 0.31 | 163.37 | 0.34 | 0.53 |
| Hex | 5D | B0 | 99 | 2F | 0 | D | 1F | A3 | 22 | 35 |
| Octal | 135 | 260 | 231 | 57 | 0 | 15 | 37 | 243 | 42 | 65 |
| Binary | 1011101 | 10110000 | 10011001 | 101111 | 0 | 1101 | 11111 | 10100011 | 100010 | 110101 |
Color Harmonies of #5DB099
Complementary color
Monochromatic Colors of #5DB099
Black with #5DB099
Text Example
Text Example
White with #5DB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB099; }
p { color: rgb(93,176,153); }
H1.HeaderClassName
{
color: #5DB099;
}
.AnyTagClassName
{
color: #5DB099;
}
</style>
background-color css
<style>
a { background-color: #5DB099; }
a { background-color: rgb(93,176,153); }
div.DivClassName
{
background-color: #5DB099;
}
.BgClassName
{
background-color: #5DB099;
}
</style>
border-color css
<style>
span { border-color: #5DB099; }
span { border-color: rgb(93,176,153); }
td.TdClassName
{
border-color: #5DB099;
}
.TagClassName
{
border-color: #5DB099;
}
</style>