Shades of Keppel #55B599
Tints of Keppel #55B599
RGB
CMYK
RGB Variations
Color information
#55B599 (or 0x55B599) is known color: Keppel. HEX triplet: 55, B5 and 99. RGB value is (85,181,153). Sum of RGB (Red+Green+Blue) = 85+181+153=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 181 - color contains mainly: green. Hex color #55B599 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B599 is #AA4A66. Grayscale: #959595. Windows color (decimal): -11160167 or 10073429. OLE color: 10073429.
HSL color Cylindrical-coordinate representation of color #55B599: hue angle of 162.5º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B599 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 181 | 153 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.29 |
| HSL | 162.5º | 0.39% | 0.52% | - |
| HSV(B) | 162.5º | 0.53% | 0.71% | - |
| XYZ | 26.02 | 37.28 | 35.96 | - |
| YUV | 149.1 | 130.2 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 153 | 0.53 | 0 | 0.15 | 0.29 | 162.5 | 0.39 | 0.52 |
| Hex | 55 | B5 | 99 | 35 | 0 | F | 1D | A2 | 27 | 34 |
| Octal | 125 | 265 | 231 | 65 | 0 | 17 | 35 | 242 | 47 | 64 |
| Binary | 1010101 | 10110101 | 10011001 | 110101 | 0 | 1111 | 11101 | 10100010 | 100111 | 110100 |
Color Harmonies of #55B599
Complementary color
Monochromatic Colors of #55B599
Black with #55B599
Text Example
Text Example
White with #55B599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B599; }
p { color: rgb(85,181,153); }
H1.HeaderClassName
{
color: #55B599;
}
.AnyTagClassName
{
color: #55B599;
}
</style>
background-color css
<style>
a { background-color: #55B599; }
a { background-color: rgb(85,181,153); }
div.DivClassName
{
background-color: #55B599;
}
.BgClassName
{
background-color: #55B599;
}
</style>
border-color css
<style>
span { border-color: #55B599; }
span { border-color: rgb(85,181,153); }
td.TdClassName
{
border-color: #55B599;
}
.TagClassName
{
border-color: #55B599;
}
</style>