Shades of Keppel #55B697
Tints of Keppel #55B697
RGB
CMYK
RGB Variations
Color information
#55B697 (or 0x55B697) is known color: Keppel. HEX triplet: 55, B6 and 97. RGB value is (85,182,151). Sum of RGB (Red+Green+Blue) = 85+182+151=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 182 - color contains mainly: green. Hex color #55B697 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B697 is #AA4968. Grayscale: #959595. Windows color (decimal): -11159913 or 9942613. OLE color: 9942613.
HSL color Cylindrical-coordinate representation of color #55B697: hue angle of 160.82º degrees, saturation: 0.4, 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 #55B697 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 182 | 151 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.29 |
| HSL | 160.82º | 0.4% | 0.52% | - |
| HSV(B) | 160.82º | 0.53% | 0.71% | - |
| XYZ | 26.06 | 37.62 | 35.17 | - |
| YUV | 149.46 | 128.86 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 182 | 151 | 0.53 | 0 | 0.17 | 0.29 | 160.82 | 0.4 | 0.52 |
| Hex | 55 | B6 | 97 | 35 | 0 | 11 | 1D | A1 | 28 | 34 |
| Octal | 125 | 266 | 227 | 65 | 0 | 21 | 35 | 241 | 50 | 64 |
| Binary | 1010101 | 10110110 | 10010111 | 110101 | 0 | 10001 | 11101 | 10100001 | 101000 | 110100 |
Color Harmonies of #55B697
Complementary color
Monochromatic Colors of #55B697
Black with #55B697
Text Example
Text Example
White with #55B697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B697; }
p { color: rgb(85,182,151); }
H1.HeaderClassName
{
color: #55B697;
}
.AnyTagClassName
{
color: #55B697;
}
</style>
background-color css
<style>
a { background-color: #55B697; }
a { background-color: rgb(85,182,151); }
div.DivClassName
{
background-color: #55B697;
}
.BgClassName
{
background-color: #55B697;
}
</style>
border-color css
<style>
span { border-color: #55B697; }
span { border-color: rgb(85,182,151); }
td.TdClassName
{
border-color: #55B697;
}
.TagClassName
{
border-color: #55B697;
}
</style>