Shades of Keppel #55B496
Tints of Keppel #55B496
RGB
CMYK
RGB Variations
Color information
#55B496 (or 0x55B496) is known color: Keppel. HEX triplet: 55, B4 and 96. RGB value is (85,180,150). Sum of RGB (Red+Green+Blue) = 85+180+150=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #55B496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B496 is #AA4B69. Grayscale: #949494. Windows color (decimal): -11160426 or 9876565. OLE color: 9876565.
HSL color Cylindrical-coordinate representation of color #55B496: hue angle of 161.05º 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 #55B496 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 180 | 150 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.29 |
| HSL | 161.05º | 0.39% | 0.52% | - |
| HSV(B) | 161.05º | 0.53% | 0.71% | - |
| XYZ | 25.57 | 36.78 | 34.6 | - |
| YUV | 148.18 | 129.03 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 180 | 150 | 0.53 | 0 | 0.17 | 0.29 | 161.05 | 0.39 | 0.52 |
| Hex | 55 | B4 | 96 | 35 | 0 | 11 | 1D | A1 | 27 | 34 |
| Octal | 125 | 264 | 226 | 65 | 0 | 21 | 35 | 241 | 47 | 64 |
| Binary | 1010101 | 10110100 | 10010110 | 110101 | 0 | 10001 | 11101 | 10100001 | 100111 | 110100 |
Color Harmonies of #55B496
Complementary color
Monochromatic Colors of #55B496
Black with #55B496
Text Example
Text Example
White with #55B496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B496; }
p { color: rgb(85,180,150); }
H1.HeaderClassName
{
color: #55B496;
}
.AnyTagClassName
{
color: #55B496;
}
</style>
background-color css
<style>
a { background-color: #55B496; }
a { background-color: rgb(85,180,150); }
div.DivClassName
{
background-color: #55B496;
}
.BgClassName
{
background-color: #55B496;
}
</style>
border-color css
<style>
span { border-color: #55B496; }
span { border-color: rgb(85,180,150); }
td.TdClassName
{
border-color: #55B496;
}
.TagClassName
{
border-color: #55B496;
}
</style>