#056247

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

Shades of Watercourse #056247

Tints of Watercourse #056247

Color information

#056247 (or 0x056247) is unknown color: approx Watercourse. HEX triplet: 05, 62 and 47. RGB value is (5,98,71). Sum of RGB (Red+Green+Blue) = 5+98+71=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #056247 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056247 is #FA9DB8. Grayscale: #434343. Windows color (decimal): -16424377 or 4678149. OLE color: 4678149.

HSL color Cylindrical-coordinate representation of color #056247: hue angle of 162.58º 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 #056247 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB59871-
CMYK0.9500.280.62
HSL162.58º90.29%20.2%-
HSV(B)162.58º94.9%38.43%-
XYZ5.579.227.45-
YUV67.11130.1983.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 98 (38.67% from 255) = 56.32%
BLUE value IS 71 (28.12% from 255) = 40.80%
R=2.87%
G=56.32%
B=40.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598710.9500.280.62162.5890.2920.2
Hex562475F01C3Ea35a14
Octal51421071370347624313224
Binary10111000101000111101111101110011111010100011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056247; }

 p { color: rgb(5,98,71); }

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

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

 a { background-color: rgb(5,98,71); }

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

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

 span { border-color: rgb(5,98,71); }

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