Shades of Keppel #58AD98
Tints of Keppel #58AD98
RGB
CMYK
RGB Variations
Color information
#58AD98 (or 0x58AD98) is known color: Keppel. HEX triplet: 58, AD and 98. RGB value is (88,173,152). Sum of RGB (Red+Green+Blue) = 88+173+152=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AD98 is #A75267. Grayscale: #919191. Windows color (decimal): -10965608 or 10005848. OLE color: 10005848.
HSL color Cylindrical-coordinate representation of color #58AD98: hue angle of 165.18º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AD98 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 173 | 152 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.32 |
| HSL | 165.18º | 0.34% | 0.51% | - |
| HSV(B) | 165.18º | 0.49% | 0.68% | - |
| XYZ | 24.64 | 34.23 | 35.01 | - |
| YUV | 145.19 | 131.84 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 152 | 0.49 | 0 | 0.12 | 0.32 | 165.18 | 0.34 | 0.51 |
| Hex | 58 | AD | 98 | 31 | 0 | C | 20 | A5 | 22 | 33 |
| Octal | 130 | 255 | 230 | 61 | 0 | 14 | 40 | 245 | 42 | 63 |
| Binary | 1011000 | 10101101 | 10011000 | 110001 | 0 | 1100 | 100000 | 10100101 | 100010 | 110011 |
Color Harmonies of #58AD98
Complementary color
Monochromatic Colors of #58AD98
Black with #58AD98
Text Example
Text Example
White with #58AD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AD98; }
p { color: rgb(88,173,152); }
H1.HeaderClassName
{
color: #58AD98;
}
.AnyTagClassName
{
color: #58AD98;
}
</style>
background-color css
<style>
a { background-color: #58AD98; }
a { background-color: rgb(88,173,152); }
div.DivClassName
{
background-color: #58AD98;
}
.BgClassName
{
background-color: #58AD98;
}
</style>
border-color css
<style>
span { border-color: #58AD98; }
span { border-color: rgb(88,173,152); }
td.TdClassName
{
border-color: #58AD98;
}
.TagClassName
{
border-color: #58AD98;
}
</style>