Shades of Keppel #5DA995
Tints of Keppel #5DA995
RGB
CMYK
RGB Variations
Color information
#5DA995 (or 0x5DA995) is known color: Keppel. HEX triplet: 5D, A9 and 95. RGB value is (93,169,149). Sum of RGB (Red+Green+Blue) = 93+169+149=411 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.63% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA995 is #A2566A. Grayscale: #909090. Windows color (decimal): -10638955 or 9808221. OLE color: 9808221.
HSL color Cylindrical-coordinate representation of color #5DA995: hue angle of 164.21º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA995 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 169 | 149 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.34 |
| HSL | 164.21º | 0.31% | 0.51% | - |
| HSV(B) | 164.21º | 0.45% | 0.66% | - |
| XYZ | 24.13 | 32.87 | 33.51 | - |
| YUV | 144 | 130.82 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 169 | 149 | 0.45 | 0 | 0.12 | 0.34 | 164.21 | 0.31 | 0.51 |
| Hex | 5D | A9 | 95 | 2D | 0 | C | 22 | A4 | 1F | 33 |
| Octal | 135 | 251 | 225 | 55 | 0 | 14 | 42 | 244 | 37 | 63 |
| Binary | 1011101 | 10101001 | 10010101 | 101101 | 0 | 1100 | 100010 | 10100100 | 11111 | 110011 |
Color Harmonies of #5DA995
Complementary color
Monochromatic Colors of #5DA995
Black with #5DA995
Text Example
Text Example
White with #5DA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA995; }
p { color: rgb(93,169,149); }
H1.HeaderClassName
{
color: #5DA995;
}
.AnyTagClassName
{
color: #5DA995;
}
</style>
background-color css
<style>
a { background-color: #5DA995; }
a { background-color: rgb(93,169,149); }
div.DivClassName
{
background-color: #5DA995;
}
.BgClassName
{
background-color: #5DA995;
}
</style>
border-color css
<style>
span { border-color: #5DA995; }
span { border-color: rgb(93,169,149); }
td.TdClassName
{
border-color: #5DA995;
}
.TagClassName
{
border-color: #5DA995;
}
</style>