#056F5D

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

Shades of Tropical Rain Forest #056F5D

Tints of Tropical Rain Forest #056F5D

Color information

#056F5D (or 0x056F5D) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 6F and 5D. RGB value is (5,111,93). Sum of RGB (Red+Green+Blue) = 5+111+93=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #056F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056F5D is #FA90A2. Grayscale: #4D4D4D. Windows color (decimal): -16421027 or 6123269. OLE color: 6123269.

HSL color Cylindrical-coordinate representation of color #056F5D: hue angle of 169.81º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056F5D is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB511193-
CMYK0.9500.160.56
HSL169.81º91.38%22.75%-
HSV(B)169.81º95.5%43.53%-
XYZ7.7212.1912.3-
YUV77.25136.8876.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.39%
GREEN value IS 111 (43.75% from 255) = 53.11%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=2.39%
G=53.11%
B=44.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5111930.9500.160.56169.8191.3822.75
Hex56F5D5F01038aa5b17
Octal51571351370207025213327
Binary10111011111011101101111101000011100010101010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056F5D; }

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

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

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

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

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

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

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

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