#057C5D

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

Shades of Tropical Rain Forest #057C5D

Tints of Tropical Rain Forest #057C5D

Color information

#057C5D (or 0x057C5D) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 7C and 5D. RGB value is (5,124,93). Sum of RGB (Red+Green+Blue) = 5+124+93=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 124 (48.83% from 255 or 55.86% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 124 - color contains mainly: green. Hex color #057C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C5D is #FA83A2. Grayscale: #545454. Windows color (decimal): -16417699 or 6126597. OLE color: 6126597.

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

Color convert

RGB512493-
CMYK0.9600.250.51
HSL164.37º92.25%25.29%-
HSV(B)164.37º95.97%48.63%-
XYZ9.2515.2412.81-
YUV84.88132.5871.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.25%
GREEN value IS 124 (48.83% from 255) = 55.86%
BLUE value IS 93 (36.72% from 255) = 41.89%
R=2.25%
G=55.86%
B=41.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5124930.9600.250.51164.3792.2525.29
Hex57C5D6001933a45c19
Octal51741351400316324413431
Binary10111111001011101110000001100111001110100100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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