Html Css Color HEX #057559 Tropical Rain Forest

📋 copy color: '#057559'

red 5 ◦ green 117 ◦ blue 89

#057559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #057559

Tints of Tropical Rain Forest #057559

RGB

 RED value IS 5 (2.34% from 255) = 2.37%

 GREEN value IS 117 (46.09% from 255) = 55.45%

 BLUE value IS 89 (35.16% from 255) = 42.18%

R = 2.37%
G = 55.45%
B = 42.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#057559 (or 0x057559) is known color: Tropical Rain Forest. HEX triplet: 05, 75 and 59. RGB value is (5,117,89). Sum of RGB (Red+Green+Blue) = 5+117+89=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #057559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057559 is #FA8AA6. Grayscale: #505050. Windows color (decimal): -16419495 or 5862661. OLE color: 5862661.

HSL color Cylindrical-coordinate representation of color #057559: hue angle of 165º 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 #057559 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 117 89 -
CMYK 0.96 0 0.24 0.54
HSL 165º 0.92% 0.24% -
HSV(B) 165º 0.96% 0.46% -
XYZ 8.23 13.48 11.62 -
YUV 80.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 5 117 89 0.96 0 0.24 0.54 165 0.92 0.24
Hex 5 75 59 60 0 18 36 A5 5C 18
Octal 5 165 131 140 0 30 66 245 134 30
Binary 101 1110101 1011001 1100000 0 11000 110110 10100101 1011100 11000

Color Harmonies of #057559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057559

Black with #057559

Text Example


Text Example

White with #057559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057559; }

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

 H1.HeaderClassName
 {
   color: #057559;
 }
 .AnyTagClassName
 {
   color: #057559;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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