#05664E

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

Shades of Watercourse #05664E

Tints of Watercourse #05664E

Color information

#05664E (or 0x05664E) is unknown color: approx Watercourse. HEX triplet: 05, 66 and 4E. RGB value is (5,102,78). Sum of RGB (Red+Green+Blue) = 5+102+78=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #05664E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05664E is #FA99B1. Grayscale: #464646. Windows color (decimal): -16423346 or 5137925. OLE color: 5137925.

HSL color Cylindrical-coordinate representation of color #05664E: hue angle of 165.15º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05664E is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB510278-
CMYK0.9500.240.6
HSL165.15º90.65%20.98%-
HSV(B)165.15º95.1%40%-
XYZ6.1910.098.83-
YUV70.26132.3681.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.70%
GREEN value IS 102 (40.23% from 255) = 55.14%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=2.70%
G=55.14%
B=42.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5102780.9500.240.6165.1590.6520.98
Hex5664E5F0183Ca55b15
Octal51461161370307424513325
Binary10111001101001110101111101100011110010100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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