#056854

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

Shades of Watercourse #056854

Tints of Watercourse #056854

Color information

#056854 (or 0x056854) is unknown color: approx Watercourse. HEX triplet: 05, 68 and 54. RGB value is (5,104,84). Sum of RGB (Red+Green+Blue) = 5+104+84=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #056854 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056854 is #FA97AB. Grayscale: #484848. Windows color (decimal): -16422828 or 5531653. OLE color: 5531653.

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

Color convert

RGB510484-
CMYK0.9500.190.59
HSL167.88º90.83%21.37%-
HSV(B)167.88º95.19%40.78%-
XYZ6.6110.5710.08-
YUV72.12134.780.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.59%
GREEN value IS 104 (41.02% from 255) = 53.89%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=2.59%
G=53.89%
B=43.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5104840.9500.190.59167.8890.8321.37
Hex568545F0133Ba85b15
Octal51501241370237325013325
Binary10111010001010100101111101001111101110101000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056854; }

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

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

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

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

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

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

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

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