#20564C

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

Shades of Evening Sea #20564C

Tints of Evening Sea #20564C

Color information

#20564C (or 0x20564C) is unknown color: approx Evening Sea. HEX triplet: 20, 56 and 4C. RGB value is (32,86,76). Sum of RGB (Red+Green+Blue) = 32+86+76=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #20564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20564C is #DFA9B3. Grayscale: #444444. Windows color (decimal): -14657972 or 5002784. OLE color: 5002784.

HSL color Cylindrical-coordinate representation of color #20564C: hue angle of 168.89º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #20564C is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB328676-
CMYK0.6300.120.66
HSL168.89º45.76%23.14%-
HSV(B)168.89º62.79%33.73%-
XYZ5.237.488.01-
YUV68.71132.11101.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.49%
GREEN value IS 86 (33.98% from 255) = 44.33%
BLUE value IS 76 (30.08% from 255) = 39.18%
R=16.49%
G=44.33%
B=39.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3286760.6300.120.66168.8945.7623.14
Hex20564C3F0C42a92e17
Octal40126114770141022515627
Binary100000101011010011001111110110010000101010100110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,86,76); }

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

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

 a { background-color: rgb(32,86,76); }

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

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

 span { border-color: rgb(32,86,76); }

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