#057558

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

Shades of Tropical Rain Forest #057558

Tints of Tropical Rain Forest #057558

Color information

#057558 (or 0x057558) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 75 and 58. RGB value is (5,117,88). Sum of RGB (Red+Green+Blue) = 5+117+88=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #057558 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057558 is #FA8AA7. Grayscale: #505050. Windows color (decimal): -16419496 or 5797125. OLE color: 5797125.

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

Color convert

RGB511788-
CMYK0.9600.250.54
HSL164.46º91.8%23.92%-
HSV(B)164.46º95.73%45.88%-
XYZ8.1913.4611.4-
YUV80.21132.3974.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 117 (46.09% from 255) = 55.71%
BLUE value IS 88 (34.77% from 255) = 41.90%
R=2.38%
G=55.71%
B=41.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5117880.9600.250.54164.4691.823.92
Hex575586001936a45c18
Octal51651301400316624413430
Binary10111101011011000110000001100111011010100100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057558; }

 p { color: rgb(5,117,88); }

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

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

 a { background-color: rgb(5,117,88); }

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

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

 span { border-color: rgb(5,117,88); }

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