#54BD87

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

Shades of Silver Tree #54BD87

Tints of Silver Tree #54BD87

Color information

#54BD87 (or 0x54BD87) is unknown color: approx Silver Tree. HEX triplet: 54, BD and 87. RGB value is (84,189,135). Sum of RGB (Red+Green+Blue) = 84+189+135=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BD87 is #AB4278. Grayscale: #979797. Windows color (decimal): -11223673 or 8895828. OLE color: 8895828.

HSL color Cylindrical-coordinate representation of color #54BD87: hue angle of 149.14º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BD87 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB84189135-
CMYK0.5600.290.26
HSL149.14º44.3%53.53%-
HSV(B)149.14º55.56%74.12%-
XYZ26.2340.0329.27-
YUV151.45118.7179.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.59%
GREEN value IS 189 (74.22% from 255) = 46.32%
BLUE value IS 135 (53.12% from 255) = 33.09%
R=20.59%
G=46.32%
B=33.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841891350.5600.290.26149.1444.353.53
Hex54BD873801D1A952c36
Octal12427520770035322255466
Binary101010010111101100001111110000111011101010010101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,189,135); }

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

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

 a { background-color: rgb(84,189,135); }

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

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

 span { border-color: rgb(84,189,135); }

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