Shades of Keppel #59B597
Tints of Keppel #59B597
RGB
CMYK
RGB Variations
Color information
#59B597 (or 0x59B597) is known color: Keppel. HEX triplet: 59, B5 and 97. RGB value is (89,181,151). Sum of RGB (Red+Green+Blue) = 89+181+151=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 181 - color contains mainly: green. Hex color #59B597 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B597 is #A64A68. Grayscale: #969696. Windows color (decimal): -10898025 or 9942361. OLE color: 9942361.
HSL color Cylindrical-coordinate representation of color #59B597: hue angle of 160.43º 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 #59B597 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 181 | 151 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.29 |
| HSL | 160.43º | 0.38% | 0.53% | - |
| HSV(B) | 160.43º | 0.51% | 0.71% | - |
| XYZ | 26.23 | 37.41 | 35.12 | - |
| YUV | 150.07 | 128.52 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 181 | 151 | 0.51 | 0 | 0.17 | 0.29 | 160.43 | 0.38 | 0.53 |
| Hex | 59 | B5 | 97 | 33 | 0 | 11 | 1D | A0 | 26 | 35 |
| Octal | 131 | 265 | 227 | 63 | 0 | 21 | 35 | 240 | 46 | 65 |
| Binary | 1011001 | 10110101 | 10010111 | 110011 | 0 | 10001 | 11101 | 10100000 | 100110 | 110101 |
Color Harmonies of #59B597
Complementary color
Monochromatic Colors of #59B597
Black with #59B597
Text Example
Text Example
White with #59B597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B597; }
p { color: rgb(89,181,151); }
H1.HeaderClassName
{
color: #59B597;
}
.AnyTagClassName
{
color: #59B597;
}
</style>
background-color css
<style>
a { background-color: #59B597; }
a { background-color: rgb(89,181,151); }
div.DivClassName
{
background-color: #59B597;
}
.BgClassName
{
background-color: #59B597;
}
</style>
border-color css
<style>
span { border-color: #59B597; }
span { border-color: rgb(89,181,151); }
td.TdClassName
{
border-color: #59B597;
}
.TagClassName
{
border-color: #59B597;
}
</style>