Shades of Keppel #5DB093
Tints of Keppel #5DB093
RGB
CMYK
RGB Variations
Color information
#5DB093 (or 0x5DB093) is known color: Keppel. HEX triplet: 5D, B0 and 93. RGB value is (93,176,147). Sum of RGB (Red+Green+Blue) = 93+176+147=416 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.36% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB093 is #A24F6C. Grayscale: #939393. Windows color (decimal): -10637165 or 9678941. OLE color: 9678941.
HSL color Cylindrical-coordinate representation of color #5DB093: hue angle of 159.04º 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 #5DB093 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 147 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.31 |
| HSL | 159.04º | 0.34% | 0.53% | - |
| HSV(B) | 159.04º | 0.47% | 0.69% | - |
| XYZ | 25.31 | 35.48 | 33.12 | - |
| YUV | 147.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 147 | 0.47 | 0 | 0.16 | 0.31 | 159.04 | 0.34 | 0.53 |
| Hex | 5D | B0 | 93 | 2F | 0 | 10 | 1F | 9F | 22 | 35 |
| Octal | 135 | 260 | 223 | 57 | 0 | 20 | 37 | 237 | 42 | 65 |
| Binary | 1011101 | 10110000 | 10010011 | 101111 | 0 | 10000 | 11111 | 10011111 | 100010 | 110101 |
Color Harmonies of #5DB093
Complementary color
Monochromatic Colors of #5DB093
Black with #5DB093
Text Example
Text Example
White with #5DB093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB093; }
p { color: rgb(93,176,147); }
H1.HeaderClassName
{
color: #5DB093;
}
.AnyTagClassName
{
color: #5DB093;
}
</style>
background-color css
<style>
a { background-color: #5DB093; }
a { background-color: rgb(93,176,147); }
div.DivClassName
{
background-color: #5DB093;
}
.BgClassName
{
background-color: #5DB093;
}
</style>
border-color css
<style>
span { border-color: #5DB093; }
span { border-color: rgb(93,176,147); }
td.TdClassName
{
border-color: #5DB093;
}
.TagClassName
{
border-color: #5DB093;
}
</style>