Html Css Color HEX #056B5C Tropical Rain Forest

📋 copy color: '#056B5C'

red 5 ◦ green 107 ◦ blue 92

#056B5C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #056B5C

Tints of Tropical Rain Forest #056B5C

RGB

 RED value IS 5 (2.34% from 255) = 2.45%

 GREEN value IS 107 (42.19% from 255) = 52.45%

 BLUE value IS 92 (36.33% from 255) = 45.1%

R = 2.45%
G = 52.45%
B = 45.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#056B5C (or 0x056B5C) is known color: Tropical Rain Forest. HEX triplet: 05, 6B and 5C. RGB value is (5,107,92). Sum of RGB (Red+Green+Blue) = 5+107+92=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #056B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056B5C is #FA94A3. Grayscale: #4A4A4A. Windows color (decimal): -16422052 or 6056709. OLE color: 6056709.

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

Color convert

RGB 5 107 92 -
CMYK 0.95 0 0.14 0.58
HSL 171.18º 0.91% 0.22% -
HSV(B) 171.18º 0.95% 0.42% -
XYZ 7.25 11.32 11.93 -
YUV 74.79 137.71 78.22 -
System Red Green Blue C M Y K H S L
Decimal 5 107 92 0.95 0 0.14 0.58 171.18 0.91 0.22
Hex 5 6B 5C 5F 0 E 3A AB 5B 16
Octal 5 153 134 137 0 16 72 253 133 26
Binary 101 1101011 1011100 1011111 0 1110 111010 10101011 1011011 10110

Color Harmonies of #056B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B5C

Black with #056B5C

Text Example


Text Example

White with #056B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #056B5C;
 }
 .AnyTagClassName
 {
   color: #056B5C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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