Shades of Keppel #58A798
Tints of Keppel #58A798
RGB
CMYK
RGB Variations
Color information
#58A798 (or 0x58A798) is known color: Keppel. HEX triplet: 58, A7 and 98. RGB value is (88,167,152). Sum of RGB (Red+Green+Blue) = 88+167+152=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 167 - color contains mainly: green. Hex color #58A798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A798 is #A75867. Grayscale: #8D8D8D. Windows color (decimal): -10967144 or 10004312. OLE color: 10004312.
HSL color Cylindrical-coordinate representation of color #58A798: hue angle of 168.61º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A798 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 167 | 152 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.35 |
| HSL | 168.61º | 0.31% | 0.5% | - |
| HSV(B) | 168.61º | 0.47% | 0.65% | - |
| XYZ | 23.51 | 31.98 | 34.64 | - |
| YUV | 141.67 | 133.83 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 167 | 152 | 0.47 | 0 | 0.09 | 0.35 | 168.61 | 0.31 | 0.5 |
| Hex | 58 | A7 | 98 | 2F | 0 | 9 | 23 | A9 | 1F | 32 |
| Octal | 130 | 247 | 230 | 57 | 0 | 11 | 43 | 251 | 37 | 62 |
| Binary | 1011000 | 10100111 | 10011000 | 101111 | 0 | 1001 | 100011 | 10101001 | 11111 | 110010 |
Color Harmonies of #58A798
Complementary color
Monochromatic Colors of #58A798
Black with #58A798
Text Example
Text Example
White with #58A798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A798; }
p { color: rgb(88,167,152); }
H1.HeaderClassName
{
color: #58A798;
}
.AnyTagClassName
{
color: #58A798;
}
</style>
background-color css
<style>
a { background-color: #58A798; }
a { background-color: rgb(88,167,152); }
div.DivClassName
{
background-color: #58A798;
}
.BgClassName
{
background-color: #58A798;
}
</style>
border-color css
<style>
span { border-color: #58A798; }
span { border-color: rgb(88,167,152); }
td.TdClassName
{
border-color: #58A798;
}
.TagClassName
{
border-color: #58A798;
}
</style>