Shades of Keppel #55B59A
Tints of Keppel #55B59A
RGB
CMYK
RGB Variations
Color information
#55B59A (or 0x55B59A) is known color: Keppel. HEX triplet: 55, B5 and 9A. RGB value is (85,181,154). Sum of RGB (Red+Green+Blue) = 85+181+154=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #55B59A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B59A is #AA4A65. Grayscale: #959595. Windows color (decimal): -11160166 or 10138965. OLE color: 10138965.
HSL color Cylindrical-coordinate representation of color #55B59A: hue angle of 163.12º 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 #55B59A is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 181 | 154 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.29 |
| HSL | 163.13º | 0.39% | 0.52% | - |
| HSV(B) | 163.13º | 0.53% | 0.71% | - |
| XYZ | 26.1 | 37.31 | 36.4 | - |
| YUV | 149.22 | 130.7 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 154 | 0.53 | 0 | 0.15 | 0.29 | 163.13 | 0.39 | 0.52 |
| Hex | 55 | B5 | 9A | 35 | 0 | F | 1D | A3 | 27 | 34 |
| Octal | 125 | 265 | 232 | 65 | 0 | 17 | 35 | 243 | 47 | 64 |
| Binary | 1010101 | 10110101 | 10011010 | 110101 | 0 | 1111 | 11101 | 10100011 | 100111 | 110100 |
Color Harmonies of #55B59A
Complementary color
Monochromatic Colors of #55B59A
Black with #55B59A
Text Example
Text Example
White with #55B59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B59A; }
p { color: rgb(85,181,154); }
H1.HeaderClassName
{
color: #55B59A;
}
.AnyTagClassName
{
color: #55B59A;
}
</style>
background-color css
<style>
a { background-color: #55B59A; }
a { background-color: rgb(85,181,154); }
div.DivClassName
{
background-color: #55B59A;
}
.BgClassName
{
background-color: #55B59A;
}
</style>
border-color css
<style>
span { border-color: #55B59A; }
span { border-color: rgb(85,181,154); }
td.TdClassName
{
border-color: #55B59A;
}
.TagClassName
{
border-color: #55B59A;
}
</style>