#205B4B

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

Shades of Evening Sea #205B4B

Tints of Evening Sea #205B4B

Color information

#205B4B (or 0x205B4B) is unknown color: approx Evening Sea. HEX triplet: 20, 5B and 4B. RGB value is (32,91,75). Sum of RGB (Red+Green+Blue) = 32+91+75=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 91 - color contains mainly: green. Hex color #205B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205B4B is #DFA4B4. Grayscale: #474747. Windows color (decimal): -14656693 or 4938528. OLE color: 4938528.

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

Color convert

RGB329175-
CMYK0.6500.180.64
HSL163.73º47.97%24.12%-
HSV(B)163.73º64.84%35.69%-
XYZ5.618.37.96-
YUV71.54129.9599.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.16%
GREEN value IS 91 (35.94% from 255) = 45.96%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=16.16%
G=45.96%
B=37.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3291750.6500.180.64163.7347.9724.12
Hex205B4B4101240a43018
Octal401331131010221002446030
Binary10000010110111001011100000101001010000001010010011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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