Shades of Keppel #5DAF91
Tints of Keppel #5DAF91
RGB
CMYK
RGB Variations
Color information
#5DAF91 (or 0x5DAF91) is known color: Keppel. HEX triplet: 5D, AF and 91. RGB value is (93,175,145). Sum of RGB (Red+Green+Blue) = 93+175+145=413 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.52% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAF91 is #A2506E. Grayscale: #939393. Windows color (decimal): -10637423 or 9547613. OLE color: 9547613.
HSL color Cylindrical-coordinate representation of color #5DAF91: hue angle of 158.05º 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 #5DAF91 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 175 | 145 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.31 |
| HSL | 158.05º | 0.34% | 0.53% | - |
| HSV(B) | 158.05º | 0.47% | 0.69% | - |
| XYZ | 24.96 | 35.03 | 32.23 | - |
| YUV | 147.06 | 126.83 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 145 | 0.47 | 0 | 0.17 | 0.31 | 158.05 | 0.34 | 0.53 |
| Hex | 5D | AF | 91 | 2F | 0 | 11 | 1F | 9E | 22 | 35 |
| Octal | 135 | 257 | 221 | 57 | 0 | 21 | 37 | 236 | 42 | 65 |
| Binary | 1011101 | 10101111 | 10010001 | 101111 | 0 | 10001 | 11111 | 10011110 | 100010 | 110101 |
Color Harmonies of #5DAF91
Complementary color
Monochromatic Colors of #5DAF91
Black with #5DAF91
Text Example
Text Example
White with #5DAF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAF91; }
p { color: rgb(93,175,145); }
H1.HeaderClassName
{
color: #5DAF91;
}
.AnyTagClassName
{
color: #5DAF91;
}
</style>
background-color css
<style>
a { background-color: #5DAF91; }
a { background-color: rgb(93,175,145); }
div.DivClassName
{
background-color: #5DAF91;
}
.BgClassName
{
background-color: #5DAF91;
}
</style>
border-color css
<style>
span { border-color: #5DAF91; }
span { border-color: rgb(93,175,145); }
td.TdClassName
{
border-color: #5DAF91;
}
.TagClassName
{
border-color: #5DAF91;
}
</style>