#206553

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

Shades of Eden #206553

Tints of Eden #206553

Color information

#206553 (or 0x206553) is unknown color: approx Eden. HEX triplet: 20, 65 and 53. RGB value is (32,101,83). Sum of RGB (Red+Green+Blue) = 32+101+83=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 101 - color contains mainly: green. Hex color #206553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206553 is #DF9AAC. Grayscale: #4E4E4E. Windows color (decimal): -14654125 or 5465376. OLE color: 5465376.

HSL color Cylindrical-coordinate representation of color #206553: hue angle of 164.35º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206553 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB3210183-
CMYK0.6800.180.60
HSL164.35º51.88%26.08%-
HSV(B)164.35º68.32%39.61%-
XYZ6.8110.249.8-
YUV78.32130.6494.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.81%
GREEN value IS 101 (39.84% from 255) = 46.76%
BLUE value IS 83 (32.81% from 255) = 38.43%
R=14.81%
G=46.76%
B=38.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32101830.6800.180.60164.3551.8826.08
Hex206553440123Ca4341a
Octal40145123104022742446432
Binary1000001100101101001110001000100101111001010010011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206553; }

 p { color: rgb(32,101,83); }

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

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

 a { background-color: rgb(32,101,83); }

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

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

 span { border-color: rgb(32,101,83); }

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