Html Css Color HEX #205B52 Eden

📋 copy color: '#205B52'

red 32 ◦ green 91 ◦ blue 82

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

Shades of Eden #205B52

Tints of Eden #205B52

RGB

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

 GREEN value IS 91 (35.94% from 255) = 44.39%

 BLUE value IS 82 (32.42% from 255) = 40%

R = 15.61%
G = 44.39%
B = 40%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#205B52 (or 0x205B52) is known color: Eden. HEX triplet: 20, 5B and 52. RGB value is (32,91,82). Sum of RGB (Red+Green+Blue) = 32+91+82=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 91 - color contains mainly: green. Hex color #205B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205B52 is #DFA4AD. Grayscale: #484848. Windows color (decimal): -14656686 or 5397280. OLE color: 5397280.

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

Color convert

RGB 32 91 82 -
CMYK 0.65 0 0.10 0.64
HSL 170.85º 0.48% 0.24% -
HSV(B) 170.85º 0.65% 0.36% -
XYZ 5.86 8.4 9.29 -
YUV 72.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 32 91 82 0.65 0 0.10 0.64 170.85 0.48 0.24
Hex 20 5B 52 41 0 A 40 AB 30 18
Octal 40 133 122 101 0 12 100 253 60 30
Binary 100000 1011011 1010010 1000001 0 1010 1000000 10101011 110000 11000

Color Harmonies of #205B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205B52

Black with #205B52

Text Example


Text Example

White with #205B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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