#056C4B

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

Shades of Watercourse #056C4B

Tints of Watercourse #056C4B

Color information

#056C4B (or 0x056C4B) is unknown color: approx Watercourse. HEX triplet: 05, 6C and 4B. RGB value is (5,108,75). Sum of RGB (Red+Green+Blue) = 5+108+75=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 108 (42.58% from 255 or 57.45% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 108 - color contains mainly: green. Hex color #056C4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056C4B is #FA93B4. Grayscale: #494949. Windows color (decimal): -16421813 or 4942853. OLE color: 4942853.

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

Color convert

RGB510875-
CMYK0.9500.310.58
HSL160.78º91.15%22.16%-
HSV(B)160.78º95.37%42.35%-
XYZ6.711.278.48-
YUV73.44128.8879.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.66%
GREEN value IS 108 (42.58% from 255) = 57.45%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=2.66%
G=57.45%
B=39.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5108750.9500.310.58160.7891.1522.16
Hex56C4B5F01F3Aa15b16
Octal51541131370377224113326
Binary10111011001001011101111101111111101010100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,108,75); }

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

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

 a { background-color: rgb(5,108,75); }

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

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

 span { border-color: rgb(5,108,75); }

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