#205B54

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

Shades of Eden #205B54

Tints of Eden #205B54

Color information

#205B54 (or 0x205B54) is unknown color: approx Eden. HEX triplet: 20, 5B and 54. RGB value is (32,91,84). Sum of RGB (Red+Green+Blue) = 32+91+84=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 91 - color contains mainly: green. Hex color #205B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205B54 is #DFA4AB. Grayscale: #484848. Windows color (decimal): -14656684 or 5528352. OLE color: 5528352.

HSL color Cylindrical-coordinate representation of color #205B54: hue angle of 172.88º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #205B54 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB329184-
CMYK0.6500.080.64
HSL172.88º47.97%24.12%-
HSV(B)172.88º64.84%35.69%-
XYZ5.948.439.7-
YUV72.56134.4599.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 91 (35.94% from 255) = 43.96%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=15.46%
G=43.96%
B=40.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3291840.6500.080.64172.8847.9724.12
Hex205B54410840ad3018
Octal401331241010101002556030
Binary1000001011011101010010000010100010000001010110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205B54; }

 p { color: rgb(32,91,84); }

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

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

 a { background-color: rgb(32,91,84); }

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

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

 span { border-color: rgb(32,91,84); }

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