Shades of Silver Tree #55CB98
Tints of Silver Tree #55CB98
RGB
CMYK
RGB Variations
Color information
#55CB98 (or 0x55CB98) is known color: Silver Tree. HEX triplet: 55, CB and 98. RGB value is (85,203,152). Sum of RGB (Red+Green+Blue) = 85+203+152=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CB98 is #AA3467. Grayscale: #A1A1A1. Windows color (decimal): -11154536 or 10013525. OLE color: 10013525.
HSL color Cylindrical-coordinate representation of color #55CB98: hue angle of 154.07º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB98 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 152 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.20 |
| HSL | 154.07º | 0.53% | 0.56% | - |
| HSV(B) | 154.07º | 0.58% | 0.8% | - |
| XYZ | 30.77 | 46.91 | 37.14 | - |
| YUV | 161.9 | 122.41 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 152 | 0.58 | 0 | 0.25 | 0.20 | 154.07 | 0.53 | 0.56 |
| Hex | 55 | CB | 98 | 3A | 0 | 19 | 14 | 9A | 35 | 38 |
| Octal | 125 | 313 | 230 | 72 | 0 | 31 | 24 | 232 | 65 | 70 |
| Binary | 1010101 | 11001011 | 10011000 | 111010 | 0 | 11001 | 10100 | 10011010 | 110101 | 111000 |
Color Harmonies of #55CB98
Complementary color
Monochromatic Colors of #55CB98
Black with #55CB98
Text Example
Text Example
White with #55CB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CB98; }
p { color: rgb(85,203,152); }
H1.HeaderClassName
{
color: #55CB98;
}
.AnyTagClassName
{
color: #55CB98;
}
</style>
background-color css
<style>
a { background-color: #55CB98; }
a { background-color: rgb(85,203,152); }
div.DivClassName
{
background-color: #55CB98;
}
.BgClassName
{
background-color: #55CB98;
}
</style>
border-color css
<style>
span { border-color: #55CB98; }
span { border-color: rgb(85,203,152); }
td.TdClassName
{
border-color: #55CB98;
}
.TagClassName
{
border-color: #55CB98;
}
</style>