#55D692

Color #55D692 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #55D692

Tints of Silver Tree #55D692

Color information

#55D692 (or 0x55D692) is unknown color: approx Silver Tree. HEX triplet: 55, D6 and 92. RGB value is (85,214,146). Sum of RGB (Red+Green+Blue) = 85+214+146=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #55D692 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D692 is #AA296D. Grayscale: #A7A7A7. Windows color (decimal): -11151726 or 9623125. OLE color: 9623125.

HSL color Cylindrical-coordinate representation of color #55D692: hue angle of 148.37º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D692 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB85214146-
CMYK0.6000.320.16
HSL148.37º61.14%58.63%-
HSV(B)148.37º60.28%83.92%-
XYZ32.9852.135.51-
YUV167.68115.7669.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 19.10%
GREEN value IS 214 (83.98% from 255) = 48.09%
BLUE value IS 146 (57.42% from 255) = 32.81%
R=19.10%
G=48.09%
B=32.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852141460.6000.320.16148.3761.1458.63
Hex55D6923C02010943d3b
Octal12532622274040202247573
Binary1010101110101101001001011110001000001000010010100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55D692; }

 p { color: rgb(85,214,146); }

 H1.HeaderClassName
 {
   color: #55D692;
 }
 .AnyTagClassName
 {
   color: #55D692;
 }
</style>
background-color css

<style>
 a { background-color: #55D692; }

 a { background-color: rgb(85,214,146); }

 div.DivClassName
 {
   background-color: #55D692;
 }
 .BgClassName
 {
   background-color: #55D692;
 }
</style>
border-color css

<style>
 span { border-color: #55D692; }

 span { border-color: rgb(85,214,146); }

 td.TdClassName
 {
   border-color: #55D692;
 }
 .TagClassName
 {
   border-color: #55D692;
 }
</style>