#057566

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

Shades of Tropical Rain Forest #057566

Tints of Tropical Rain Forest #057566

Color information

#057566 (or 0x057566) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 75 and 66. RGB value is (5,117,102). Sum of RGB (Red+Green+Blue) = 5+117+102=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #057566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057566 is #FA8A99. Grayscale: #515151. Windows color (decimal): -16419482 or 6714629. OLE color: 6714629.

HSL color Cylindrical-coordinate representation of color #057566: hue angle of 171.96º 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 #057566 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB5117102-
CMYK0.9600.130.54
HSL171.96º91.8%23.92%-
HSV(B)171.96º95.73%45.88%-
XYZ8.8213.7114.75-
YUV81.8139.3973.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.23%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=2.23%
G=52.23%
B=45.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51171020.9600.130.54171.9691.823.92
Hex57566600D36ac5c18
Octal51651461400156625413430
Binary1011110101110011011000000110111011010101100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057566; }

 p { color: rgb(5,117,102); }

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

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

 a { background-color: rgb(5,117,102); }

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

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

 span { border-color: rgb(5,117,102); }

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