#05614D

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

Shades of Watercourse #05614D

Tints of Watercourse #05614D

Color information

#05614D (or 0x05614D) is unknown color: approx Watercourse. HEX triplet: 05, 61 and 4D. RGB value is (5,97,77). Sum of RGB (Red+Green+Blue) = 5+97+77=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #05614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05614D is #FA9EB2. Grayscale: #434343. Windows color (decimal): -16424627 or 5071109. OLE color: 5071109.

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

Color convert

RGB59777-
CMYK0.9500.210.62
HSL166.96º90.2%20%-
HSV(B)166.96º94.85%38.04%-
XYZ5.689.128.48-
YUV67.21133.5283.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.79%
GREEN value IS 97 (38.28% from 255) = 54.19%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=2.79%
G=54.19%
B=43.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal597770.9500.210.62166.9690.220
Hex5614D5F0153Ea75a14
Octal51411151370257624713224
Binary10111000011001101101111101010111111010100111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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