Shades of Keppel #58BA92
Tints of Keppel #58BA92
RGB
CMYK
RGB Variations
Color information
#58BA92 (or 0x58BA92) is known color: Keppel. HEX triplet: 58, BA and 92. RGB value is (88,186,146). Sum of RGB (Red+Green+Blue) = 88+186+146=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BA92 is #A7456D. Grayscale: #989898. Windows color (decimal): -10962286 or 9615960. OLE color: 9615960.
HSL color Cylindrical-coordinate representation of color #58BA92: hue angle of 155.51º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BA92 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 186 | 146 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.27 |
| HSL | 155.51º | 0.42% | 0.54% | - |
| HSV(B) | 155.51º | 0.53% | 0.73% | - |
| XYZ | 26.77 | 39.27 | 33.36 | - |
| YUV | 152.14 | 124.53 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 146 | 0.53 | 0 | 0.22 | 0.27 | 155.51 | 0.42 | 0.54 |
| Hex | 58 | BA | 92 | 35 | 0 | 16 | 1B | 9C | 2A | 36 |
| Octal | 130 | 272 | 222 | 65 | 0 | 26 | 33 | 234 | 52 | 66 |
| Binary | 1011000 | 10111010 | 10010010 | 110101 | 0 | 10110 | 11011 | 10011100 | 101010 | 110110 |
Color Harmonies of #58BA92
Complementary color
Monochromatic Colors of #58BA92
Black with #58BA92
Text Example
Text Example
White with #58BA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BA92; }
p { color: rgb(88,186,146); }
H1.HeaderClassName
{
color: #58BA92;
}
.AnyTagClassName
{
color: #58BA92;
}
</style>
background-color css
<style>
a { background-color: #58BA92; }
a { background-color: rgb(88,186,146); }
div.DivClassName
{
background-color: #58BA92;
}
.BgClassName
{
background-color: #58BA92;
}
</style>
border-color css
<style>
span { border-color: #58BA92; }
span { border-color: rgb(88,186,146); }
td.TdClassName
{
border-color: #58BA92;
}
.TagClassName
{
border-color: #58BA92;
}
</style>