Html Css Color HEX #057457 Tropical Rain Forest

📋 copy color: '#057457'

red 5 ◦ green 116 ◦ blue 87

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

Shades of Tropical Rain Forest #057457

Tints of Tropical Rain Forest #057457

RGB

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

 GREEN value IS 116 (45.7% from 255) = 55.77%

 BLUE value IS 87 (34.38% from 255) = 41.83%

R = 2.4%
G = 55.77%
B = 41.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#057457 (or 0x057457) is known color: Tropical Rain Forest. HEX triplet: 05, 74 and 57. RGB value is (5,116,87). Sum of RGB (Red+Green+Blue) = 5+116+87=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #057457 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057457 is #FA8BA8. Grayscale: #4F4F4F. Windows color (decimal): -16419753 or 5731333. OLE color: 5731333.

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

Color convert

RGB 5 116 87 -
CMYK 0.96 0 0.25 0.55
HSL 164.32º 0.92% 0.24% -
HSV(B) 164.32º 0.96% 0.45% -
XYZ 8.03 13.21 11.14 -
YUV 79.51 132.23 74.86 -
System Red Green Blue C M Y K H S L
Decimal 5 116 87 0.96 0 0.25 0.55 164.32 0.92 0.24
Hex 5 74 57 60 0 19 37 A4 5C 18
Octal 5 164 127 140 0 31 67 244 134 30
Binary 101 1110100 1010111 1100000 0 11001 110111 10100100 1011100 11000

Color Harmonies of #057457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057457

Black with #057457

Text Example


Text Example

White with #057457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057457; }

 p { color: rgb(5,116,87); }

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

background-color css

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

 a { background-color: rgb(5,116,87); }

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

border-color css

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

 span { border-color: rgb(5,116,87); }

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