#205A76

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

Shades of Orient #205A76

Tints of Orient #205A76

Color information

#205A76 (or 0x205A76) is unknown color: approx Orient. HEX triplet: 20, 5A and 76. RGB value is (32,90,118). Sum of RGB (Red+Green+Blue) = 32+90+118=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #205A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A76 is #DFA589. Grayscale: #4B4B4B. Windows color (decimal): -14656906 or 7756320. OLE color: 7756320.

HSL color Cylindrical-coordinate representation of color #205A76: hue angle of 199.53º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #205A76 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3290118-
CMYK0.730.2400.54
HSL199.53º57.33%29.41%-
HSV(B)199.53º72.88%46.27%-
XYZ7.528.9318.47-
YUV75.85151.7896.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.33%
GREEN value IS 90 (35.55% from 255) = 37.5%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=13.33%
G=37.5%
B=49.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32901180.730.2400.54199.5357.3329.41
Hex205A764918036c8391d
Octal40132166111300663107135
Binary1000001011010111011010010011100001101101100100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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