Html Css Color HEX #205B4F Evening Sea

📋 copy color: '#205B4F'

red 32 ◦ green 91 ◦ blue 79

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

Shades of Evening Sea #205B4F

Tints of Evening Sea #205B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.11%

R = 15.84%
G = 45.05%
B = 39.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#205B4F (or 0x205B4F) is known color: Evening Sea. HEX triplet: 20, 5B and 4F. RGB value is (32,91,79). Sum of RGB (Red+Green+Blue) = 32+91+79=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 91 - color contains mainly: green. Hex color #205B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205B4F is #DFA4B0. Grayscale: #474747. Windows color (decimal): -14656689 or 5200672. OLE color: 5200672.

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

Color convert

RGB 32 91 79 -
CMYK 0.65 0 0.13 0.64
HSL 167.8º 0.48% 0.24% -
HSV(B) 167.8º 0.65% 0.36% -
XYZ 5.75 8.35 8.71 -
YUV 71.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 32 91 79 0.65 0 0.13 0.64 167.8 0.48 0.24
Hex 20 5B 4F 41 0 D 40 A8 30 18
Octal 40 133 117 101 0 15 100 250 60 30
Binary 100000 1011011 1001111 1000001 0 1101 1000000 10101000 110000 11000

Color Harmonies of #205B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205B4F

Black with #205B4F

Text Example


Text Example

White with #205B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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