#05604C

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

Shades of Watercourse #05604C

Tints of Watercourse #05604C

Color information

#05604C (or 0x05604C) is unknown color: approx Watercourse. HEX triplet: 05, 60 and 4C. RGB value is (5,96,76). Sum of RGB (Red+Green+Blue) = 5+96+76=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #05604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05604C is #FA9FB3. Grayscale: #424242. Windows color (decimal): -16424884 or 5005317. OLE color: 5005317.

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

Color convert

RGB59676-
CMYK0.9500.210.62
HSL166.81º90.1%19.8%-
HSV(B)166.81º94.79%37.65%-
XYZ5.558.928.27-
YUV66.51133.3584.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 96 (37.89% from 255) = 54.24%
BLUE value IS 76 (30.08% from 255) = 42.94%
R=2.82%
G=54.24%
B=42.94%

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
Decimal596760.9500.210.62166.8190.119.8
Hex5604C5F0153Ea75a14
Octal51401141370257624713224
Binary10111000001001100101111101010111111010100111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05604C; }

 p { color: rgb(5,96,76); }

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

<style>
 a { background-color: #05604C; }

 a { background-color: rgb(5,96,76); }

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

<style>
 span { border-color: #05604C; }

 span { border-color: rgb(5,96,76); }

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