Shades of Keppel #58B392
Tints of Keppel #58B392
RGB
CMYK
RGB Variations
Color information
#58B392 (or 0x58B392) is known color: Keppel. HEX triplet: 58, B3 and 92. RGB value is (88,179,146). Sum of RGB (Red+Green+Blue) = 88+179+146=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #58B392 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B392 is #A74C6D. Grayscale: #949494. Windows color (decimal): -10964078 or 9614168. OLE color: 9614168.
HSL color Cylindrical-coordinate representation of color #58B392: hue angle of 158.24º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B392 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 88 | 179 | 146 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.30 |
| HSL | 158.24º | 0.37% | 0.52% | - |
| HSV(B) | 158.24º | 0.51% | 0.7% | - |
| XYZ | 25.33 | 36.39 | 32.88 | - |
| YUV | 148.03 | 126.85 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 179 | 146 | 0.51 | 0 | 0.18 | 0.30 | 158.24 | 0.37 | 0.52 |
| Hex | 58 | B3 | 92 | 33 | 0 | 12 | 1E | 9E | 25 | 34 |
| Octal | 130 | 263 | 222 | 63 | 0 | 22 | 36 | 236 | 45 | 64 |
| Binary | 1011000 | 10110011 | 10010010 | 110011 | 0 | 10010 | 11110 | 10011110 | 100101 | 110100 |
Color Harmonies of #58B392
Complementary color
Monochromatic Colors of #58B392
Black with #58B392
Text Example
Text Example
White with #58B392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B392; }
p { color: rgb(88,179,146); }
H1.HeaderClassName
{
color: #58B392;
}
.AnyTagClassName
{
color: #58B392;
}
</style>
background-color css
<style>
a { background-color: #58B392; }
a { background-color: rgb(88,179,146); }
div.DivClassName
{
background-color: #58B392;
}
.BgClassName
{
background-color: #58B392;
}
</style>
border-color css
<style>
span { border-color: #58B392; }
span { border-color: rgb(88,179,146); }
td.TdClassName
{
border-color: #58B392;
}
.TagClassName
{
border-color: #58B392;
}
</style>