#205B73

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

Shades of Orient #205B73

Tints of Orient #205B73

Color information

#205B73 (or 0x205B73) is unknown color: approx Orient. HEX triplet: 20, 5B and 73. RGB value is (32,91,115). Sum of RGB (Red+Green+Blue) = 32+91+115=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #205B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205B73 is #DFA48C. Grayscale: #4B4B4B. Windows color (decimal): -14656653 or 7559968. OLE color: 7559968.

HSL color Cylindrical-coordinate representation of color #205B73: hue angle of 197.35º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #205B73 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3291115-
CMYK0.720.2100.55
HSL197.35º56.46%28.82%-
HSV(B)197.35º72.17%45.1%-
XYZ7.439.0317.57-
YUV76.1149.9596.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.45%
GREEN value IS 91 (35.94% from 255) = 38.24%
BLUE value IS 115 (45.31% from 255) = 48.32%
R=13.45%
G=38.24%
B=48.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32911150.720.2100.55197.3556.4628.82
Hex205B734815037c5381d
Octal40133163110250673057035
Binary1000001011011111001110010001010101101111100010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,91,115); }

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

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

 a { background-color: rgb(32,91,115); }

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

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

 span { border-color: rgb(32,91,115); }

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