#056A5B

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

Shades of Tropical Rain Forest #056A5B

Tints of Tropical Rain Forest #056A5B

Color information

#056A5B (or 0x056A5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 6A and 5B. RGB value is (5,106,91). Sum of RGB (Red+Green+Blue) = 5+106+91=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 106 (41.80% from 255 or 52.48% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 106 - color contains mainly: green. Hex color #056A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056A5B is #FA95A4. Grayscale: #4A4A4A. Windows color (decimal): -16422309 or 5990917. OLE color: 5990917.

HSL color Cylindrical-coordinate representation of color #056A5B: hue angle of 171.09º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056A5B is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB510691-
CMYK0.9500.140.58
HSL171.09º90.99%21.76%-
HSV(B)171.09º95.28%41.57%-
XYZ7.111.111.66-
YUV74.09137.5478.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.48%
GREEN value IS 106 (41.80% from 255) = 52.48%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=2.48%
G=52.48%
B=45.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5106910.9500.140.58171.0990.9921.76
Hex56A5B5F0E3Aab5b16
Octal51521331370167225313326
Binary1011101010101101110111110111011101010101011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,106,91); }

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

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

 a { background-color: rgb(5,106,91); }

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

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

 span { border-color: rgb(5,106,91); }

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