Html Css Color HEX #205C58 Eden

📋 copy color: '#205C58'

red 32 ◦ green 92 ◦ blue 88

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

Shades of Eden #205C58

Tints of Eden #205C58

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.4%

 BLUE value IS 88 (34.77% from 255) = 41.51%

R = 15.09%
G = 43.4%
B = 41.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#205C58 (or 0x205C58) is known color: Eden. HEX triplet: 20, 5C and 58. RGB value is (32,92,88). Sum of RGB (Red+Green+Blue) = 32+92+88=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 92 - color contains mainly: green. Hex color #205C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C58 is #DFA3A7. Grayscale: #494949. Windows color (decimal): -14656424 or 5790752. OLE color: 5790752.

HSL color Cylindrical-coordinate representation of color #205C58: hue angle of 176º 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 #205C58 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 92 88 -
CMYK 0.65 0 0.04 0.64
HSL 176º 0.48% 0.24% -
HSV(B) 176º 0.65% 0.36% -
XYZ 6.18 8.67 10.58 -
YUV 73.6 136.12 98.33 -
System Red Green Blue C M Y K H S L
Decimal 32 92 88 0.65 0 0.04 0.64 176 0.48 0.24
Hex 20 5C 58 41 0 4 40 B0 30 18
Octal 40 134 130 101 0 4 100 260 60 30
Binary 100000 1011100 1011000 1000001 0 100 1000000 10110000 110000 11000

Color Harmonies of #205C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205C58

Black with #205C58

Text Example


Text Example

White with #205C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,92,88); }

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

background-color css

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

 a { background-color: rgb(32,92,88); }

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

border-color css

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

 span { border-color: rgb(32,92,88); }

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