Shades of Keppel #59A393
Tints of Keppel #59A393
RGB
CMYK
RGB Variations
Color information
#59A393 (or 0x59A393) is known color: Keppel. HEX triplet: 59, A3 and 93. RGB value is (89,163,147). Sum of RGB (Red+Green+Blue) = 89+163+147=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #59A393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A393 is #A65C6C. Grayscale: #8B8B8B. Windows color (decimal): -10902637 or 9675609. OLE color: 9675609.
HSL color Cylindrical-coordinate representation of color #59A393: hue angle of 167.03º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59A393 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 163 | 147 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.36 |
| HSL | 167.03º | 0.29% | 0.49% | - |
| HSV(B) | 167.03º | 0.45% | 0.64% | - |
| XYZ | 22.48 | 30.42 | 32.29 | - |
| YUV | 139.05 | 132.48 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 163 | 147 | 0.45 | 0 | 0.10 | 0.36 | 167.03 | 0.29 | 0.49 |
| Hex | 59 | A3 | 93 | 2D | 0 | A | 24 | A7 | 1D | 31 |
| Octal | 131 | 243 | 223 | 55 | 0 | 12 | 44 | 247 | 35 | 61 |
| Binary | 1011001 | 10100011 | 10010011 | 101101 | 0 | 1010 | 100100 | 10100111 | 11101 | 110001 |
Color Harmonies of #59A393
Complementary color
Monochromatic Colors of #59A393
Black with #59A393
Text Example
Text Example
White with #59A393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A393; }
p { color: rgb(89,163,147); }
H1.HeaderClassName
{
color: #59A393;
}
.AnyTagClassName
{
color: #59A393;
}
</style>
background-color css
<style>
a { background-color: #59A393; }
a { background-color: rgb(89,163,147); }
div.DivClassName
{
background-color: #59A393;
}
.BgClassName
{
background-color: #59A393;
}
</style>
border-color css
<style>
span { border-color: #59A393; }
span { border-color: rgb(89,163,147); }
td.TdClassName
{
border-color: #59A393;
}
.TagClassName
{
border-color: #59A393;
}
</style>