#205D7A

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

Shades of Orient #205D7A

Tints of Orient #205D7A

Color information

#205D7A (or 0x205D7A) is unknown color: approx Orient. HEX triplet: 20, 5D and 7A. RGB value is (32,93,122). Sum of RGB (Red+Green+Blue) = 32+93+122=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #205D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D7A is #DFA285. Grayscale: #4D4D4D. Windows color (decimal): -14656134 or 8019232. OLE color: 8019232.

HSL color Cylindrical-coordinate representation of color #205D7A: hue angle of 199.33º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #205D7A is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3293122-
CMYK0.740.2400.52
HSL199.33º58.44%30.2%-
HSV(B)199.33º73.77%47.84%-
XYZ8.029.5419.83-
YUV78.07152.7995.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.96%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 122 (48.05% from 255) = 49.39%
R=12.96%
G=37.65%
B=49.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32931220.740.2400.52199.3358.4430.2
Hex205D7A4A18034c73a1e
Octal40135172112300643077236
Binary1000001011101111101010010101100001101001100011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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