#05614F

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

Shades of Watercourse #05614F

Tints of Watercourse #05614F

Color information

#05614F (or 0x05614F) is unknown color: approx Watercourse. HEX triplet: 05, 61 and 4F. RGB value is (5,97,79). Sum of RGB (Red+Green+Blue) = 5+97+79=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #05614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05614F is #FA9EB0. Grayscale: #434343. Windows color (decimal): -16424625 or 5202181. OLE color: 5202181.

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

Color convert

RGB59779-
CMYK0.9500.190.62
HSL168.26º90.2%20%-
HSV(B)168.26º94.85%38.04%-
XYZ5.759.158.86-
YUV67.44134.5283.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.76%
GREEN value IS 97 (38.28% from 255) = 53.59%
BLUE value IS 79 (31.25% from 255) = 43.65%
R=2.76%
G=53.59%
B=43.65%

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
Decimal597790.9500.190.62168.2690.220
Hex5614F5F0133Ea85a14
Octal51411171370237625013224
Binary10111000011001111101111101001111111010101000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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