#057859

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

Shades of Tropical Rain Forest #057859

Tints of Tropical Rain Forest #057859

Color information

#057859 (or 0x057859) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 78 and 59. RGB value is (5,120,89). Sum of RGB (Red+Green+Blue) = 5+120+89=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #057859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057859 is #FA87A6. Grayscale: #525252. Windows color (decimal): -16418727 or 5863429. OLE color: 5863429.

HSL color Cylindrical-coordinate representation of color #057859: hue angle of 163.83º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057859 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB512089-
CMYK0.9600.260.53
HSL163.83º92%24.51%-
HSV(B)163.83º95.83%47.06%-
XYZ8.5814.1911.74-
YUV82.08131.973.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.34%
GREEN value IS 120 (47.27% from 255) = 56.07%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=2.34%
G=56.07%
B=41.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5120890.9600.260.53163.839224.51
Hex578596001A35a45c19
Octal51701311400326524413431
Binary10111110001011001110000001101011010110100100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057859; }

 p { color: rgb(5,120,89); }

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

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

 a { background-color: rgb(5,120,89); }

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

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

 span { border-color: rgb(5,120,89); }

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