Html Css Color HEX #057A5D Tropical Rain Forest

📋 copy color: '#057A5D'

red 5 ◦ green 122 ◦ blue 93

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

Shades of Tropical Rain Forest #057A5D

Tints of Tropical Rain Forest #057A5D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 55.45%

 BLUE value IS 93 (36.72% from 255) = 42.27%

R = 2.27%
G = 55.45%
B = 42.27%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#057A5D (or 0x057A5D) is known color: Tropical Rain Forest. HEX triplet: 05, 7A and 5D. RGB value is (5,122,93). Sum of RGB (Red+Green+Blue) = 5+122+93=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 122 (48.05% from 255 or 55.45% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 122 - color contains mainly: green. Hex color #057A5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057A5D is #FA85A2. Grayscale: #535353. Windows color (decimal): -16418211 or 6126085. OLE color: 6126085.

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

Color convert

RGB 5 122 93 -
CMYK 0.96 0 0.24 0.52
HSL 165.13º 0.92% 0.25% -
HSV(B) 165.13º 0.96% 0.48% -
XYZ 9 14.74 12.73 -
YUV 83.71 133.24 71.86 -
System Red Green Blue C M Y K H S L
Decimal 5 122 93 0.96 0 0.24 0.52 165.13 0.92 0.25
Hex 5 7A 5D 60 0 18 34 A5 5C 19
Octal 5 172 135 140 0 30 64 245 134 31
Binary 101 1111010 1011101 1100000 0 11000 110100 10100101 1011100 11001

Color Harmonies of #057A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057A5D

Black with #057A5D

Text Example


Text Example

White with #057A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,122,93); }

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

background-color css

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

 a { background-color: rgb(5,122,93); }

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

border-color css

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

 span { border-color: rgb(5,122,93); }

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