#056654

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

Shades of Watercourse #056654

Tints of Watercourse #056654

Color information

#056654 (or 0x056654) is unknown color: approx Watercourse. HEX triplet: 05, 66 and 54. RGB value is (5,102,84). Sum of RGB (Red+Green+Blue) = 5+102+84=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #056654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056654 is #FA99AB. Grayscale: #464646. Windows color (decimal): -16423340 or 5531141. OLE color: 5531141.

HSL color Cylindrical-coordinate representation of color #056654: hue angle of 168.87º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056654 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB510284-
CMYK0.9500.180.6
HSL168.87º90.65%20.98%-
HSV(B)168.87º95.1%40%-
XYZ6.4110.1810.01-
YUV70.94135.3680.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.62%
GREEN value IS 102 (40.23% from 255) = 53.40%
BLUE value IS 84 (33.20% from 255) = 43.98%
R=2.62%
G=53.40%
B=43.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5102840.9500.180.6168.8790.6520.98
Hex566545F0123Ca95b15
Octal51461241370227425113325
Binary10111001101010100101111101001011110010101001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056654; }

 p { color: rgb(5,102,84); }

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

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

 a { background-color: rgb(5,102,84); }

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

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

 span { border-color: rgb(5,102,84); }

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