Shades of Keppel #55B695
Tints of Keppel #55B695
RGB
CMYK
RGB Variations
Color information
#55B695 (or 0x55B695) is known color: Keppel. HEX triplet: 55, B6 and 95. RGB value is (85,182,149). Sum of RGB (Red+Green+Blue) = 85+182+149=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 182 - color contains mainly: green. Hex color #55B695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B695 is #AA496A. Grayscale: #959595. Windows color (decimal): -11159915 or 9811541. OLE color: 9811541.
HSL color Cylindrical-coordinate representation of color #55B695: hue angle of 159.59º 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 #55B695 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 182 | 149 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.29 |
| HSL | 159.59º | 0.4% | 0.52% | - |
| HSV(B) | 159.59º | 0.53% | 0.71% | - |
| XYZ | 25.9 | 37.56 | 34.32 | - |
| YUV | 149.24 | 127.86 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 182 | 149 | 0.53 | 0 | 0.18 | 0.29 | 159.59 | 0.4 | 0.52 |
| Hex | 55 | B6 | 95 | 35 | 0 | 12 | 1D | A0 | 28 | 34 |
| Octal | 125 | 266 | 225 | 65 | 0 | 22 | 35 | 240 | 50 | 64 |
| Binary | 1010101 | 10110110 | 10010101 | 110101 | 0 | 10010 | 11101 | 10100000 | 101000 | 110100 |
Color Harmonies of #55B695
Complementary color
Monochromatic Colors of #55B695
Black with #55B695
Text Example
Text Example
White with #55B695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B695; }
p { color: rgb(85,182,149); }
H1.HeaderClassName
{
color: #55B695;
}
.AnyTagClassName
{
color: #55B695;
}
</style>
background-color css
<style>
a { background-color: #55B695; }
a { background-color: rgb(85,182,149); }
div.DivClassName
{
background-color: #55B695;
}
.BgClassName
{
background-color: #55B695;
}
</style>
border-color css
<style>
span { border-color: #55B695; }
span { border-color: rgb(85,182,149); }
td.TdClassName
{
border-color: #55B695;
}
.TagClassName
{
border-color: #55B695;
}
</style>