#057E5B

Color #057E5B Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #057E5B

Tints of Tropical Rain Forest #057E5B

Color information

#057E5B (or 0x057E5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 7E and 5B. RGB value is (5,126,91). Sum of RGB (Red+Green+Blue) = 5+126+91=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 126 (49.61% from 255 or 56.76% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 126 - color contains mainly: green. Hex color #057E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057E5B is #FA81A4. Grayscale: #555555. Windows color (decimal): -16417189 or 5996037. OLE color: 5996037.

HSL color Cylindrical-coordinate representation of color #057E5B: hue angle of 162.64º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057E5B is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB512691-
CMYK0.9600.280.51
HSL162.64º92.37%25.69%-
HSV(B)162.64º96.03%49.41%-
XYZ9.4115.7112.43-
YUV85.83130.9170.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.25%
GREEN value IS 126 (49.61% from 255) = 56.76%
BLUE value IS 91 (35.94% from 255) = 40.99%
R=2.25%
G=56.76%
B=40.99%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5126910.9600.280.51162.6492.3725.69
Hex57E5B6001C33a35c1a
Octal51761331400346324313432
Binary10111111101011011110000001110011001110100011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057E5B; }

 p { color: rgb(5,126,91); }

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

<style>
 a { background-color: #057E5B; }

 a { background-color: rgb(5,126,91); }

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

<style>
 span { border-color: #057E5B; }

 span { border-color: rgb(5,126,91); }

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