#54B685

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

Shades of Silver Tree #54B685

Tints of Silver Tree #54B685

Color information

#54B685 (or 0x54B685) is unknown color: approx Silver Tree. HEX triplet: 54, B6 and 85. RGB value is (84,182,133). Sum of RGB (Red+Green+Blue) = 84+182+133=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #54B685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B685 is #AB497A. Grayscale: #939393. Windows color (decimal): -11225467 or 8762964. OLE color: 8762964.

HSL color Cylindrical-coordinate representation of color #54B685: hue angle of 150º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B685 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB84182133-
CMYK0.5400.270.29
HSL150º40.16%52.16%-
HSV(B)150º53.85%71.37%-
XYZ24.6237.0328.04-
YUV147.11120.0382.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.05%
GREEN value IS 182 (71.48% from 255) = 45.61%
BLUE value IS 133 (52.34% from 255) = 33.33%
R=21.05%
G=45.61%
B=33.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841821330.5400.270.2915040.1652.16
Hex54B6853601B1D962834
Octal12426620566033352265064
Binary101010010110110100001011101100110111110110010110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54B685; }

 p { color: rgb(84,182,133); }

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

<style>
 a { background-color: #54B685; }

 a { background-color: rgb(84,182,133); }

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

<style>
 span { border-color: #54B685; }

 span { border-color: rgb(84,182,133); }

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