#205873

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

Shades of Orient #205873

Tints of Orient #205873

Color information

#205873 (or 0x205873) is unknown color: approx Orient. HEX triplet: 20, 58 and 73. RGB value is (32,88,115). Sum of RGB (Red+Green+Blue) = 32+88+115=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #205873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205873 is #DFA78C. Grayscale: #4A4A4A. Windows color (decimal): -14657421 or 7559200. OLE color: 7559200.

HSL color Cylindrical-coordinate representation of color #205873: hue angle of 199.52º 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 #205873 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3288115-
CMYK0.720.2300.55
HSL199.52º56.46%28.82%-
HSV(B)199.52º72.17%45.1%-
XYZ7.188.5217.49-
YUV74.33150.9597.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=13.62%
G=37.45%
B=48.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32881150.720.2300.55199.5256.4628.82
Hex2058734817037c8381d
Octal40130163110270673107035
Binary1000001011000111001110010001011101101111100100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205873; }

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

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

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

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

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

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

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

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