Shades of Keppel #58B590
Tints of Keppel #58B590
RGB
CMYK
RGB Variations
Color information
#58B590 (or 0x58B590) is known color: Keppel. HEX triplet: 58, B5 and 90. RGB value is (88,181,144). Sum of RGB (Red+Green+Blue) = 88+181+144=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 181 - color contains mainly: green. Hex color #58B590 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B590 is #A74A6F. Grayscale: #959595. Windows color (decimal): -10963568 or 9483608. OLE color: 9483608.
HSL color Cylindrical-coordinate representation of color #58B590: hue angle of 156.13º 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 #58B590 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 181 | 144 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.29 |
| HSL | 156.13º | 0.39% | 0.53% | - |
| HSV(B) | 156.13º | 0.51% | 0.71% | - |
| XYZ | 25.58 | 37.14 | 32.21 | - |
| YUV | 148.98 | 125.19 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 181 | 144 | 0.51 | 0 | 0.20 | 0.29 | 156.13 | 0.39 | 0.53 |
| Hex | 58 | B5 | 90 | 33 | 0 | 14 | 1D | 9C | 27 | 35 |
| Octal | 130 | 265 | 220 | 63 | 0 | 24 | 35 | 234 | 47 | 65 |
| Binary | 1011000 | 10110101 | 10010000 | 110011 | 0 | 10100 | 11101 | 10011100 | 100111 | 110101 |
Color Harmonies of #58B590
Complementary color
Monochromatic Colors of #58B590
Black with #58B590
Text Example
Text Example
White with #58B590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B590; }
p { color: rgb(88,181,144); }
H1.HeaderClassName
{
color: #58B590;
}
.AnyTagClassName
{
color: #58B590;
}
</style>
background-color css
<style>
a { background-color: #58B590; }
a { background-color: rgb(88,181,144); }
div.DivClassName
{
background-color: #58B590;
}
.BgClassName
{
background-color: #58B590;
}
</style>
border-color css
<style>
span { border-color: #58B590; }
span { border-color: rgb(88,181,144); }
td.TdClassName
{
border-color: #58B590;
}
.TagClassName
{
border-color: #58B590;
}
</style>