#54B689

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

Shades of Silver Tree #54B689

Tints of Silver Tree #54B689

Color information

#54B689 (or 0x54B689) is unknown color: approx Silver Tree. HEX triplet: 54, B6 and 89. RGB value is (84,182,137). Sum of RGB (Red+Green+Blue) = 84+182+137=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 182 - color contains mainly: green. Hex color #54B689 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B689 is #AB4976. Grayscale: #939393. Windows color (decimal): -11225463 or 9025108. OLE color: 9025108.

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

Color convert

RGB84182137-
CMYK0.5400.250.29
HSL152.45º40.16%52.16%-
HSV(B)152.45º53.85%71.37%-
XYZ24.937.1529.52-
YUV147.57122.0382.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.84%
GREEN value IS 182 (71.48% from 255) = 45.16%
BLUE value IS 137 (53.91% from 255) = 34.00%
R=20.84%
G=45.16%
B=34.00%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841821370.5400.250.29152.4540.1652.16
Hex54B689360191D982834
Octal12426621166031352305064
Binary101010010110110100010011101100110011110110011000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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