#056E4F

Color #056E4F Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #056E4F

Tints of Watercourse #056E4F

Color information

#056E4F (or 0x056E4F) is unknown color: approx Watercourse. HEX triplet: 05, 6E and 4F. RGB value is (5,110,79). Sum of RGB (Red+Green+Blue) = 5+110+79=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 110 (43.36% from 255 or 56.70% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 110 - color contains mainly: green. Hex color #056E4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056E4F is #FA91B0. Grayscale: #4B4B4B. Windows color (decimal): -16421297 or 5205509. OLE color: 5205509.

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

Color convert

RGB511079-
CMYK0.9500.280.57
HSL162.29º91.3%22.55%-
HSV(B)162.29º95.45%43.14%-
XYZ7.0511.759.29-
YUV75.07130.2178.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.58%
GREEN value IS 110 (43.36% from 255) = 56.70%
BLUE value IS 79 (31.25% from 255) = 40.72%
R=2.58%
G=56.70%
B=40.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5110790.9500.280.57162.2991.322.55
Hex56E4F5F01C39a25b17
Octal51561171370347124213327
Binary10111011101001111101111101110011100110100010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,110,79); }

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

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

 a { background-color: rgb(5,110,79); }

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

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

 span { border-color: rgb(5,110,79); }

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