Shades of Keppel #55B58F
Tints of Keppel #55B58F
RGB
CMYK
RGB Variations
Color information
#55B58F (or 0x55B58F) is known color: Keppel. HEX triplet: 55, B5 and 8F. RGB value is (85,181,143). Sum of RGB (Red+Green+Blue) = 85+181+143=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 181 - color contains mainly: green. Hex color #55B58F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B58F is #AA4A70. Grayscale: #949494. Windows color (decimal): -11160177 or 9418069. OLE color: 9418069.
HSL color Cylindrical-coordinate representation of color #55B58F: hue angle of 156.25º 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 #55B58F is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 181 | 143 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.29 |
| HSL | 156.25º | 0.39% | 0.52% | - |
| HSV(B) | 156.25º | 0.53% | 0.71% | - |
| XYZ | 25.23 | 36.96 | 31.79 | - |
| YUV | 147.96 | 125.2 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 143 | 0.53 | 0 | 0.21 | 0.29 | 156.25 | 0.39 | 0.52 |
| Hex | 55 | B5 | 8F | 35 | 0 | 15 | 1D | 9C | 27 | 34 |
| Octal | 125 | 265 | 217 | 65 | 0 | 25 | 35 | 234 | 47 | 64 |
| Binary | 1010101 | 10110101 | 10001111 | 110101 | 0 | 10101 | 11101 | 10011100 | 100111 | 110100 |
Color Harmonies of #55B58F
Complementary color
Monochromatic Colors of #55B58F
Black with #55B58F
Text Example
Text Example
White with #55B58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B58F; }
p { color: rgb(85,181,143); }
H1.HeaderClassName
{
color: #55B58F;
}
.AnyTagClassName
{
color: #55B58F;
}
</style>
background-color css
<style>
a { background-color: #55B58F; }
a { background-color: rgb(85,181,143); }
div.DivClassName
{
background-color: #55B58F;
}
.BgClassName
{
background-color: #55B58F;
}
</style>
border-color css
<style>
span { border-color: #55B58F; }
span { border-color: rgb(85,181,143); }
td.TdClassName
{
border-color: #55B58F;
}
.TagClassName
{
border-color: #55B58F;
}
</style>