#205D6C

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

Shades of Orient #205D6C

Tints of Orient #205D6C

Color information

#205D6C (or 0x205D6C) is unknown color: approx Orient. HEX triplet: 20, 5D and 6C. RGB value is (32,93,108). Sum of RGB (Red+Green+Blue) = 32+93+108=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #205D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D6C is #DFA293. Grayscale: #4C4C4C. Windows color (decimal): -14656148 or 7101728. OLE color: 7101728.

HSL color Cylindrical-coordinate representation of color #205D6C: hue angle of 191.84º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #205D6C is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3293108-
CMYK0.700.1400.58
HSL191.84º54.29%27.45%-
HSV(B)191.84º70.37%42.35%-
XYZ7.229.2215.59-
YUV76.47145.7996.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.73%
GREEN value IS 93 (36.72% from 255) = 39.91%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=13.73%
G=39.91%
B=46.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32931080.700.1400.58191.8454.2927.45
Hex205D6C46E03Ac0361b
Octal40135154106160723006633
Binary100000101110111011001000110111001110101100000011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,93,108); }

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

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

 a { background-color: rgb(32,93,108); }

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

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

 span { border-color: rgb(32,93,108); }

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