#05644A

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

Shades of Watercourse #05644A

Tints of Watercourse #05644A

Color information

#05644A (or 0x05644A) is unknown color: approx Watercourse. HEX triplet: 05, 64 and 4A. RGB value is (5,100,74). Sum of RGB (Red+Green+Blue) = 5+100+74=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 100 (39.45% from 255 or 55.87% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 100 - color contains mainly: green. Hex color #05644A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05644A is #FA9BB5. Grayscale: #444444. Windows color (decimal): -16423862 or 4875269. OLE color: 4875269.

HSL color Cylindrical-coordinate representation of color #05644A: hue angle of 163.58º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05644A is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB510074-
CMYK0.9500.260.61
HSL163.58º90.48%20.59%-
HSV(B)163.58º95%39.22%-
XYZ5.869.648.03-
YUV68.63131.0382.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.79%
GREEN value IS 100 (39.45% from 255) = 55.87%
BLUE value IS 74 (29.30% from 255) = 41.34%
R=2.79%
G=55.87%
B=41.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5100740.9500.260.61163.5890.4820.59
Hex5644A5F01A3Da45a15
Octal51441121370327524413225
Binary10111001001001010101111101101011110110100100101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05644A; }

 p { color: rgb(5,100,74); }

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

<style>
 a { background-color: #05644A; }

 a { background-color: rgb(5,100,74); }

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

<style>
 span { border-color: #05644A; }

 span { border-color: rgb(5,100,74); }

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