#056F4F

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

Shades of Watercourse #056F4F

Tints of Watercourse #056F4F

Color information

#056F4F (or 0x056F4F) is unknown color: approx Watercourse. HEX triplet: 05, 6F and 4F. RGB value is (5,111,79). Sum of RGB (Red+Green+Blue) = 5+111+79=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 111 (43.75% from 255 or 56.92% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 111 - color contains mainly: green. Hex color #056F4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056F4F is #FA90B0. Grayscale: #4B4B4B. Windows color (decimal): -16421041 or 5205765. OLE color: 5205765.

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

Color convert

RGB511179-
CMYK0.9500.290.56
HSL161.89º91.38%22.75%-
HSV(B)161.89º95.5%43.53%-
XYZ7.1611.979.33-
YUV75.66129.8877.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 111 (43.75% from 255) = 56.92%
BLUE value IS 79 (31.25% from 255) = 40.51%
R=2.56%
G=56.92%
B=40.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5111790.9500.290.56161.8991.3822.75
Hex56F4F5F01D38a25b17
Octal51571171370357024213327
Binary10111011111001111101111101110111100010100010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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