#205A6B

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

Shades of Orient #205A6B

Tints of Orient #205A6B

Color information

#205A6B (or 0x205A6B) is unknown color: approx Orient. HEX triplet: 20, 5A and 6B. RGB value is (32,90,107). Sum of RGB (Red+Green+Blue) = 32+90+107=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 107 - color contains mainly: blue. Hex color #205A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A6B is #DFA594. Grayscale: #4A4A4A. Windows color (decimal): -14656917 or 7035424. OLE color: 7035424.

HSL color Cylindrical-coordinate representation of color #205A6B: hue angle of 193.6º 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 #205A6B is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3290107-
CMYK0.700.1600.58
HSL193.6º53.96%27.25%-
HSV(B)193.6º70.09%41.96%-
XYZ6.918.6815.22-
YUV74.6146.2897.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.97%
GREEN value IS 90 (35.55% from 255) = 39.30%
BLUE value IS 107 (42.19% from 255) = 46.72%
R=13.97%
G=39.30%
B=46.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32901070.700.1600.58193.653.9627.25
Hex205A6B461003Ac2361b
Octal40132153106200723026633
Binary1000001011010110101110001101000001110101100001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,90,107); }

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

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

 a { background-color: rgb(32,90,107); }

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

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

 span { border-color: rgb(32,90,107); }

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