#54B585

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

Shades of Silver Tree #54B585

Tints of Silver Tree #54B585

Color information

#54B585 (or 0x54B585) is unknown color: approx Silver Tree. HEX triplet: 54, B5 and 85. RGB value is (84,181,133). Sum of RGB (Red+Green+Blue) = 84+181+133=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 181 - color contains mainly: green. Hex color #54B585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B585 is #AB4A7A. Grayscale: #929292. Windows color (decimal): -11225723 or 8762708. OLE color: 8762708.

HSL color Cylindrical-coordinate representation of color #54B585: hue angle of 150.31º 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 #54B585 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB84181133-
CMYK0.5400.270.29
HSL150.31º39.59%51.96%-
HSV(B)150.31º53.59%70.98%-
XYZ24.4136.6327.97-
YUV146.52120.3683.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.11%
GREEN value IS 181 (71.09% from 255) = 45.48%
BLUE value IS 133 (52.34% from 255) = 33.42%
R=21.11%
G=45.48%
B=33.42%

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
Decimal841811330.5400.270.29150.3139.5951.96
Hex54B5853601B1D962834
Octal12426520566033352265064
Binary101010010110101100001011101100110111110110010110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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