Shades of Keppel #58B599
Tints of Keppel #58B599
RGB
CMYK
RGB Variations
Color information
#58B599 (or 0x58B599) is known color: Keppel. HEX triplet: 58, B5 and 99. RGB value is (88,181,153). Sum of RGB (Red+Green+Blue) = 88+181+153=422 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.85% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #58B599 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B599 is #A74A66. Grayscale: #969696. Windows color (decimal): -10963559 or 10073432. OLE color: 10073432.
HSL color Cylindrical-coordinate representation of color #58B599: hue angle of 161.94º degrees, saturation: 0.39, 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 #58B599 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 181 | 153 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.29 |
| HSL | 161.94º | 0.39% | 0.53% | - |
| HSV(B) | 161.94º | 0.51% | 0.71% | - |
| XYZ | 26.3 | 37.42 | 35.97 | - |
| YUV | 150 | 129.69 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 181 | 153 | 0.51 | 0 | 0.15 | 0.29 | 161.94 | 0.39 | 0.53 |
| Hex | 58 | B5 | 99 | 33 | 0 | F | 1D | A2 | 27 | 35 |
| Octal | 130 | 265 | 231 | 63 | 0 | 17 | 35 | 242 | 47 | 65 |
| Binary | 1011000 | 10110101 | 10011001 | 110011 | 0 | 1111 | 11101 | 10100010 | 100111 | 110101 |
Color Harmonies of #58B599
Complementary color
Monochromatic Colors of #58B599
Black with #58B599
Text Example
Text Example
White with #58B599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B599; }
p { color: rgb(88,181,153); }
H1.HeaderClassName
{
color: #58B599;
}
.AnyTagClassName
{
color: #58B599;
}
</style>
background-color css
<style>
a { background-color: #58B599; }
a { background-color: rgb(88,181,153); }
div.DivClassName
{
background-color: #58B599;
}
.BgClassName
{
background-color: #58B599;
}
</style>
border-color css
<style>
span { border-color: #58B599; }
span { border-color: rgb(88,181,153); }
td.TdClassName
{
border-color: #58B599;
}
.TagClassName
{
border-color: #58B599;
}
</style>