#056344

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

Shades of Watercourse #056344

Tints of Watercourse #056344

Color information

#056344 (or 0x056344) is unknown color: approx Watercourse. HEX triplet: 05, 63 and 44. RGB value is (5,99,68). Sum of RGB (Red+Green+Blue) = 5+99+68=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #056344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056344 is #FA9CBB. Grayscale: #434343. Windows color (decimal): -16424124 or 4481797. OLE color: 4481797.

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

Color convert

RGB59968-
CMYK0.9500.310.61
HSL160.21º90.38%20.39%-
HSV(B)160.21º94.95%38.82%-
XYZ5.579.376.98-
YUV67.36128.3683.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 99 (39.06% from 255) = 57.56%
BLUE value IS 68 (26.95% from 255) = 39.53%
R=2.91%
G=57.56%
B=39.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal599680.9500.310.61160.2190.3820.39
Hex563445F01F3Da05a14
Octal51431041370377524013224
Binary10111000111000100101111101111111110110100000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056344; }

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

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

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

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

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

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

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

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