#056144

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

Shades of Watercourse #056144

Tints of Watercourse #056144

Color information

#056144 (or 0x056144) is unknown color: approx Watercourse. HEX triplet: 05, 61 and 44. RGB value is (5,97,68). Sum of RGB (Red+Green+Blue) = 5+97+68=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #056144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056144 is #FA9EBB. Grayscale: #424242. Windows color (decimal): -16424636 or 4481285. OLE color: 4481285.

HSL color Cylindrical-coordinate representation of color #056144: hue angle of 161.09º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056144 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB59768-
CMYK0.9500.300.62
HSL161.09º90.2%20%-
HSV(B)161.09º94.85%38.04%-
XYZ5.3896.92-
YUV66.19129.0284.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 97 (38.28% from 255) = 57.06%
BLUE value IS 68 (26.95% from 255) = 40%
R=2.94%
G=57.06%
B=40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal597680.9500.300.62161.0990.220
Hex561445F01E3Ea15a14
Octal51411041370367624113224
Binary10111000011000100101111101111011111010100001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056144; }

 p { color: rgb(5,97,68); }

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

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

 a { background-color: rgb(5,97,68); }

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

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

 span { border-color: rgb(5,97,68); }

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