#056D52

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

Shades of Watercourse #056D52

Tints of Watercourse #056D52

Color information

#056D52 (or 0x056D52) is unknown color: approx Watercourse. HEX triplet: 05, 6D and 52. RGB value is (5,109,82). Sum of RGB (Red+Green+Blue) = 5+109+82=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 109 (42.97% from 255 or 55.61% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 109 - color contains mainly: green. Hex color #056D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056D52 is #FA92AD. Grayscale: #4A4A4A. Windows color (decimal): -16421550 or 5401861. OLE color: 5401861.

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

Color convert

RGB510982-
CMYK0.9500.250.57
HSL164.42º91.23%22.35%-
HSV(B)164.42º95.41%42.75%-
XYZ7.0511.589.85-
YUV74.83132.0478.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 109 (42.97% from 255) = 55.61%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=2.55%
G=55.61%
B=41.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5109820.9500.250.57164.4291.2322.35
Hex56D525F01939a45b16
Octal51551221370317124413326
Binary10111011011010010101111101100111100110100100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,109,82); }

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

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

 a { background-color: rgb(5,109,82); }

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

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

 span { border-color: rgb(5,109,82); }

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