#205A71

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

Shades of Orient #205A71

Tints of Orient #205A71

Color information

#205A71 (or 0x205A71) is unknown color: approx Orient. HEX triplet: 20, 5A and 71. RGB value is (32,90,113). Sum of RGB (Red+Green+Blue) = 32+90+113=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #205A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A71 is #DFA58E. Grayscale: #4B4B4B. Windows color (decimal): -14656911 or 7428640. OLE color: 7428640.

HSL color Cylindrical-coordinate representation of color #205A71: hue angle of 197.04º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #205A71 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3290113-
CMYK0.720.2000.56
HSL197.04º55.86%28.43%-
HSV(B)197.04º71.68%44.31%-
XYZ7.238.8116.94-
YUV75.28149.2897.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 90 (35.55% from 255) = 38.30%
BLUE value IS 113 (44.53% from 255) = 48.09%
R=13.62%
G=38.30%
B=48.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32901130.720.2000.56197.0455.8628.43
Hex205A714814038c5381c
Octal40132161110240703057034
Binary1000001011010111000110010001010001110001100010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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