Shades of Keppel #59B398
Tints of Keppel #59B398
RGB
CMYK
RGB Variations
Color information
#59B398 (or 0x59B398) is known color: Keppel. HEX triplet: 59, B3 and 98. RGB value is (89,179,152). Sum of RGB (Red+Green+Blue) = 89+179+152=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 179 - color contains mainly: green. Hex color #59B398 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B398 is #A64C67. Grayscale: #959595. Windows color (decimal): -10898536 or 10007385. OLE color: 10007385.
HSL color Cylindrical-coordinate representation of color #59B398: hue angle of 162º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59B398 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 179 | 152 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.30 |
| HSL | 162º | 0.37% | 0.53% | - |
| HSV(B) | 162º | 0.5% | 0.7% | - |
| XYZ | 25.91 | 36.63 | 35.41 | - |
| YUV | 149.01 | 129.68 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 179 | 152 | 0.50 | 0 | 0.15 | 0.30 | 162 | 0.37 | 0.53 |
| Hex | 59 | B3 | 98 | 32 | 0 | F | 1E | A2 | 25 | 35 |
| Octal | 131 | 263 | 230 | 62 | 0 | 17 | 36 | 242 | 45 | 65 |
| Binary | 1011001 | 10110011 | 10011000 | 110010 | 0 | 1111 | 11110 | 10100010 | 100101 | 110101 |
Color Harmonies of #59B398
Complementary color
Monochromatic Colors of #59B398
Black with #59B398
Text Example
Text Example
White with #59B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B398; }
p { color: rgb(89,179,152); }
H1.HeaderClassName
{
color: #59B398;
}
.AnyTagClassName
{
color: #59B398;
}
</style>
background-color css
<style>
a { background-color: #59B398; }
a { background-color: rgb(89,179,152); }
div.DivClassName
{
background-color: #59B398;
}
.BgClassName
{
background-color: #59B398;
}
</style>
border-color css
<style>
span { border-color: #59B398; }
span { border-color: rgb(89,179,152); }
td.TdClassName
{
border-color: #59B398;
}
.TagClassName
{
border-color: #59B398;
}
</style>