Html Css Color HEX #20564D Evening Sea

📋 copy color: '#20564D'

red 32 ◦ green 86 ◦ blue 77

#20564D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #20564D

Tints of Evening Sea #20564D

RGB

 RED value IS 32 (12.89% from 255) = 16.41%

 GREEN value IS 86 (33.98% from 255) = 44.1%

 BLUE value IS 77 (30.47% from 255) = 39.49%

R = 16.41%
G = 44.1%
B = 39.49%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#20564D (or 0x20564D) is known color: Evening Sea. HEX triplet: 20, 56 and 4D. RGB value is (32,86,77). Sum of RGB (Red+Green+Blue) = 32+86+77=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 86 - color contains mainly: green. Hex color #20564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20564D is #DFA9B2. Grayscale: #444444. Windows color (decimal): -14657971 or 5068320. OLE color: 5068320.

HSL color Cylindrical-coordinate representation of color #20564D: hue angle of 170º 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 #20564D is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 32 86 77 -
CMYK 0.63 0 0.10 0.66
HSL 170º 0.46% 0.23% -
HSV(B) 170º 0.63% 0.34% -
XYZ 5.26 7.5 8.19 -
YUV 68.83 132.61 101.73 -
System Red Green Blue C M Y K H S L
Decimal 32 86 77 0.63 0 0.10 0.66 170 0.46 0.23
Hex 20 56 4D 3F 0 A 42 AA 2E 17
Octal 40 126 115 77 0 12 102 252 56 27
Binary 100000 1010110 1001101 111111 0 1010 1000010 10101010 101110 10111

Color Harmonies of #20564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20564D

Black with #20564D

Text Example


Text Example

White with #20564D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20564D;
 }
 .AnyTagClassName
 {
   color: #20564D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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