Html Css Color HEX #057558 Tropical Rain Forest

📋 copy color: '#057558'

red 5 ◦ green 117 ◦ blue 88

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

Shades of Tropical Rain Forest #057558

Tints of Tropical Rain Forest #057558

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.9%

R = 2.38%
G = 55.71%
B = 41.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#057558 (or 0x057558) is known color: 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

RGB 5 117 88 -
CMYK 0.96 0 0.25 0.54
HSL 164.46º 0.92% 0.24% -
HSV(B) 164.46º 0.96% 0.46% -
XYZ 8.19 13.46 11.4 -
YUV 80.21 132.39 74.36 -
System Red Green Blue C M Y K H S L
Decimal 5 117 88 0.96 0 0.25 0.54 164.46 0.92 0.24
Hex 5 75 58 60 0 19 36 A4 5C 18
Octal 5 165 130 140 0 31 66 244 134 30
Binary 101 1110101 1011000 1100000 0 11001 110110 10100100 1011100 11000

Color Harmonies of #057558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057558

Black with #057558

Text Example


Text Example

White with #057558

Text Example


Text Example

HTML Codes & Css Web 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>