#056B58

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

Shades of Tropical Rain Forest #056B58

Tints of Tropical Rain Forest #056B58

Color information

#056B58 (or 0x056B58) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 6B and 58. RGB value is (5,107,88). Sum of RGB (Red+Green+Blue) = 5+107+88=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 107 (42.19% from 255 or 53.5% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 107 - color contains mainly: green. Hex color #056B58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056B58 is #FA94A7. Grayscale: #4A4A4A. Windows color (decimal): -16422056 or 5794565. OLE color: 5794565.

HSL color Cylindrical-coordinate representation of color #056B58: hue angle of 168.82º 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 #056B58 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB510788-
CMYK0.9500.180.58
HSL168.82º91.07%21.96%-
HSV(B)168.82º95.33%41.96%-
XYZ7.0811.2511.03-
YUV74.34135.7178.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.5%
GREEN value IS 107 (42.19% from 255) = 53.5%
BLUE value IS 88 (34.77% from 255) = 44%
R=2.5%
G=53.5%
B=44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5107880.9500.180.58168.8291.0721.96
Hex56B585F0123Aa95b16
Octal51531301370227225113326
Binary10111010111011000101111101001011101010101001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,107,88); }

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

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

 a { background-color: rgb(5,107,88); }

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

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

 span { border-color: rgb(5,107,88); }

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