Shades of Keppel #55C598
Tints of Keppel #55C598
RGB
CMYK
RGB Variations
Color information
#55C598 (or 0x55C598) is known color: Keppel. HEX triplet: 55, C5 and 98. RGB value is (85,197,152). Sum of RGB (Red+Green+Blue) = 85+197+152=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #55C598 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C598 is #AA3A67. Grayscale: #9E9E9E. Windows color (decimal): -11156072 or 10011989. OLE color: 10011989.
HSL color Cylindrical-coordinate representation of color #55C598: hue angle of 155.89º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C598 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 197 | 152 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.23 |
| HSL | 155.89º | 0.49% | 0.55% | - |
| HSV(B) | 155.89º | 0.57% | 0.77% | - |
| XYZ | 29.38 | 44.13 | 36.68 | - |
| YUV | 158.38 | 124.39 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 152 | 0.57 | 0 | 0.23 | 0.23 | 155.89 | 0.49 | 0.55 |
| Hex | 55 | C5 | 98 | 39 | 0 | 17 | 17 | 9C | 31 | 37 |
| Octal | 125 | 305 | 230 | 71 | 0 | 27 | 27 | 234 | 61 | 67 |
| Binary | 1010101 | 11000101 | 10011000 | 111001 | 0 | 10111 | 10111 | 10011100 | 110001 | 110111 |
Color Harmonies of #55C598
Complementary color
Monochromatic Colors of #55C598
Black with #55C598
Text Example
Text Example
White with #55C598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C598; }
p { color: rgb(85,197,152); }
H1.HeaderClassName
{
color: #55C598;
}
.AnyTagClassName
{
color: #55C598;
}
</style>
background-color css
<style>
a { background-color: #55C598; }
a { background-color: rgb(85,197,152); }
div.DivClassName
{
background-color: #55C598;
}
.BgClassName
{
background-color: #55C598;
}
</style>
border-color css
<style>
span { border-color: #55C598; }
span { border-color: rgb(85,197,152); }
td.TdClassName
{
border-color: #55C598;
}
.TagClassName
{
border-color: #55C598;
}
</style>