Shades of Keppel #5DB095
Tints of Keppel #5DB095
RGB
CMYK
RGB Variations
Color information
#5DB095 (or 0x5DB095) is known color: Keppel. HEX triplet: 5D, B0 and 95. RGB value is (93,176,149). Sum of RGB (Red+Green+Blue) = 93+176+149=418 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.25% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB095 is #A24F6A. Grayscale: #949494. Windows color (decimal): -10637163 or 9810013. OLE color: 9810013.
HSL color Cylindrical-coordinate representation of color #5DB095: hue angle of 160.48º 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 #5DB095 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 149 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.31 |
| HSL | 160.48º | 0.34% | 0.53% | - |
| HSV(B) | 160.48º | 0.47% | 0.69% | - |
| XYZ | 25.46 | 35.55 | 33.95 | - |
| YUV | 148.11 | 128.5 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 149 | 0.47 | 0 | 0.15 | 0.31 | 160.48 | 0.34 | 0.53 |
| Hex | 5D | B0 | 95 | 2F | 0 | F | 1F | A0 | 22 | 35 |
| Octal | 135 | 260 | 225 | 57 | 0 | 17 | 37 | 240 | 42 | 65 |
| Binary | 1011101 | 10110000 | 10010101 | 101111 | 0 | 1111 | 11111 | 10100000 | 100010 | 110101 |
Color Harmonies of #5DB095
Complementary color
Monochromatic Colors of #5DB095
Black with #5DB095
Text Example
Text Example
White with #5DB095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB095; }
p { color: rgb(93,176,149); }
H1.HeaderClassName
{
color: #5DB095;
}
.AnyTagClassName
{
color: #5DB095;
}
</style>
background-color css
<style>
a { background-color: #5DB095; }
a { background-color: rgb(93,176,149); }
div.DivClassName
{
background-color: #5DB095;
}
.BgClassName
{
background-color: #5DB095;
}
</style>
border-color css
<style>
span { border-color: #5DB095; }
span { border-color: rgb(93,176,149); }
td.TdClassName
{
border-color: #5DB095;
}
.TagClassName
{
border-color: #5DB095;
}
</style>