#05604E

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

Shades of Watercourse #05604E

Tints of Watercourse #05604E

Color information

#05604E (or 0x05604E) is unknown color: approx Watercourse. HEX triplet: 05, 60 and 4E. RGB value is (5,96,78). Sum of RGB (Red+Green+Blue) = 5+96+78=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #05604E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05604E is #FA9FB1. Grayscale: #424242. Windows color (decimal): -16424882 or 5136389. OLE color: 5136389.

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

Color convert

RGB59678-
CMYK0.9500.190.62
HSL168.13º90.1%19.8%-
HSV(B)168.13º94.79%37.65%-
XYZ5.628.958.64-
YUV66.74134.3583.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.79%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 78 (30.86% from 255) = 43.58%
R=2.79%
G=53.63%
B=43.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596780.9500.190.62168.1390.119.8
Hex5604E5F0133Ea85a14
Octal51401161370237625013224
Binary10111000001001110101111101001111111010101000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05604E; }

 p { color: rgb(5,96,78); }

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

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

 a { background-color: rgb(5,96,78); }

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

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

 span { border-color: rgb(5,96,78); }

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