#05694D

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

Shades of Watercourse #05694D

Tints of Watercourse #05694D

Color information

#05694D (or 0x05694D) is unknown color: approx Watercourse. HEX triplet: 05, 69 and 4D. RGB value is (5,105,77). Sum of RGB (Red+Green+Blue) = 5+105+77=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #05694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05694D is #FA96B2. Grayscale: #474747. Windows color (decimal): -16422579 or 5073157. OLE color: 5073157.

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

Color convert

RGB510577-
CMYK0.9500.270.59
HSL163.2º90.91%21.57%-
HSV(B)163.2º95.24%41.18%-
XYZ6.4510.678.74-
YUV71.91130.8780.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.67%
GREEN value IS 105 (41.41% from 255) = 56.15%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=2.67%
G=56.15%
B=41.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5105770.9500.270.59163.290.9121.57
Hex5694D5F01B3Ba35b16
Octal51511151370337324313326
Binary10111010011001101101111101101111101110100011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05694D; }

 p { color: rgb(5,105,77); }

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

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

 a { background-color: rgb(5,105,77); }

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

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

 span { border-color: rgb(5,105,77); }

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