#057B5C

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

Shades of Tropical Rain Forest #057B5C

Tints of Tropical Rain Forest #057B5C

Color information

#057B5C (or 0x057B5C) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 7B and 5C. RGB value is (5,123,92). Sum of RGB (Red+Green+Blue) = 5+123+92=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 123 (48.44% from 255 or 55.91% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 123 - color contains mainly: green. Hex color #057B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B5C is #FA84A3. Grayscale: #545454. Windows color (decimal): -16417956 or 6060805. OLE color: 6060805.

HSL color Cylindrical-coordinate representation of color #057B5C: hue angle of 164.24º 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 #057B5C is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB512392-
CMYK0.9600.250.52
HSL164.24º92.19%25.1%-
HSV(B)164.24º95.93%48.24%-
XYZ9.0814.9712.54-
YUV84.18132.4171.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.27%
GREEN value IS 123 (48.44% from 255) = 55.91%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=2.27%
G=55.91%
B=41.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5123920.9600.250.52164.2492.1925.1
Hex57B5C6001934a45c19
Octal51731341400316424413431
Binary10111110111011100110000001100111010010100100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,123,92); }

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

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

 a { background-color: rgb(5,123,92); }

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

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

 span { border-color: rgb(5,123,92); }

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