Shades of Keppel #5DAA9F
Tints of Keppel #5DAA9F
RGB
CMYK
RGB Variations
Color information
#5DAA9F (or 0x5DAA9F) is known color: Keppel. HEX triplet: 5D, AA and 9F. RGB value is (93,170,159). Sum of RGB (Red+Green+Blue) = 93+170+159=422 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.04% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAA9F is #A25560. Grayscale: #919191. Windows color (decimal): -10638689 or 10463837. OLE color: 10463837.
HSL color Cylindrical-coordinate representation of color #5DAA9F: hue angle of 171.43º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DAA9F is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 170 | 159 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.33 |
| HSL | 171.43º | 0.31% | 0.52% | - |
| HSV(B) | 171.43º | 0.45% | 0.67% | - |
| XYZ | 25.15 | 33.58 | 37.96 | - |
| YUV | 145.72 | 135.49 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 170 | 159 | 0.45 | 0 | 0.06 | 0.33 | 171.43 | 0.31 | 0.52 |
| Hex | 5D | AA | 9F | 2D | 0 | 6 | 21 | AB | 1F | 34 |
| Octal | 135 | 252 | 237 | 55 | 0 | 6 | 41 | 253 | 37 | 64 |
| Binary | 1011101 | 10101010 | 10011111 | 101101 | 0 | 110 | 100001 | 10101011 | 11111 | 110100 |
Color Harmonies of #5DAA9F
Complementary color
Monochromatic Colors of #5DAA9F
Black with #5DAA9F
Text Example
Text Example
White with #5DAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAA9F; }
p { color: rgb(93,170,159); }
H1.HeaderClassName
{
color: #5DAA9F;
}
.AnyTagClassName
{
color: #5DAA9F;
}
</style>
background-color css
<style>
a { background-color: #5DAA9F; }
a { background-color: rgb(93,170,159); }
div.DivClassName
{
background-color: #5DAA9F;
}
.BgClassName
{
background-color: #5DAA9F;
}
</style>
border-color css
<style>
span { border-color: #5DAA9F; }
span { border-color: rgb(93,170,159); }
td.TdClassName
{
border-color: #5DAA9F;
}
.TagClassName
{
border-color: #5DAA9F;
}
</style>