Shades of Keppel #59B59D
Tints of Keppel #59B59D
RGB
CMYK
RGB Variations
Color information
#59B59D (or 0x59B59D) is known color: Keppel. HEX triplet: 59, B5 and 9D. RGB value is (89,181,157). Sum of RGB (Red+Green+Blue) = 89+181+157=427 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.84% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #59B59D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B59D is #A64A62. Grayscale: #969696. Windows color (decimal): -10898019 or 10335577. OLE color: 10335577.
HSL color Cylindrical-coordinate representation of color #59B59D: hue angle of 164.35º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59B59D is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 181 | 157 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.29 |
| HSL | 164.35º | 0.38% | 0.53% | - |
| HSV(B) | 164.35º | 0.51% | 0.71% | - |
| XYZ | 26.73 | 37.61 | 37.75 | - |
| YUV | 150.76 | 131.52 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 181 | 157 | 0.51 | 0 | 0.13 | 0.29 | 164.35 | 0.38 | 0.53 |
| Hex | 59 | B5 | 9D | 33 | 0 | D | 1D | A4 | 26 | 35 |
| Octal | 131 | 265 | 235 | 63 | 0 | 15 | 35 | 244 | 46 | 65 |
| Binary | 1011001 | 10110101 | 10011101 | 110011 | 0 | 1101 | 11101 | 10100100 | 100110 | 110101 |
Color Harmonies of #59B59D
Complementary color
Monochromatic Colors of #59B59D
Black with #59B59D
Text Example
Text Example
White with #59B59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B59D; }
p { color: rgb(89,181,157); }
H1.HeaderClassName
{
color: #59B59D;
}
.AnyTagClassName
{
color: #59B59D;
}
</style>
background-color css
<style>
a { background-color: #59B59D; }
a { background-color: rgb(89,181,157); }
div.DivClassName
{
background-color: #59B59D;
}
.BgClassName
{
background-color: #59B59D;
}
</style>
border-color css
<style>
span { border-color: #59B59D; }
span { border-color: rgb(89,181,157); }
td.TdClassName
{
border-color: #59B59D;
}
.TagClassName
{
border-color: #59B59D;
}
</style>