Html Css Color HEX #205955 Eden

📋 copy color: '#205955'

red 32 ◦ green 89 ◦ blue 85

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

Shades of Eden #205955

Tints of Eden #205955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.2%

 BLUE value IS 85 (33.59% from 255) = 41.26%

R = 15.53%
G = 43.2%
B = 41.26%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#205955 (or 0x205955) is known color: Eden. HEX triplet: 20, 59 and 55. RGB value is (32,89,85). Sum of RGB (Red+Green+Blue) = 32+89+85=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #205955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205955 is #DFA6AA. Grayscale: #474747. Windows color (decimal): -14657195 or 5593376. OLE color: 5593376.

HSL color Cylindrical-coordinate representation of color #205955: hue angle of 175.79º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205955 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 89 85 -
CMYK 0.64 0 0.04 0.65
HSL 175.79º 0.47% 0.24% -
HSV(B) 175.79º 0.64% 0.35% -
XYZ 5.81 8.11 9.85 -
YUV 71.5 135.62 99.83 -
System Red Green Blue C M Y K H S L
Decimal 32 89 85 0.64 0 0.04 0.65 175.79 0.47 0.24
Hex 20 59 55 40 0 4 41 B0 2F 18
Octal 40 131 125 100 0 4 101 260 57 30
Binary 100000 1011001 1010101 1000000 0 100 1000001 10110000 101111 11000

Color Harmonies of #205955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205955

Black with #205955

Text Example


Text Example

White with #205955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205955; }

 p { color: rgb(32,89,85); }

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

background-color css

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

 a { background-color: rgb(32,89,85); }

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

border-color css

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

 span { border-color: rgb(32,89,85); }

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