#205977

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

Shades of Orient #205977

Tints of Orient #205977

Color information

#205977 (or 0x205977) is unknown color: approx Orient. HEX triplet: 20, 59 and 77. RGB value is (32,89,119). Sum of RGB (Red+Green+Blue) = 32+89+119=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #205977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205977 is #DFA688. Grayscale: #4B4B4B. Windows color (decimal): -14657161 or 7821600. OLE color: 7821600.

HSL color Cylindrical-coordinate representation of color #205977: hue angle of 200.69º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #205977 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3289119-
CMYK0.730.2500.53
HSL200.69º57.62%29.61%-
HSV(B)200.69º73.11%46.67%-
XYZ7.58.7818.75-
YUV75.38152.6297.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.33%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 119 (46.88% from 255) = 49.58%
R=13.33%
G=37.08%
B=49.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32891190.730.2500.53200.6957.6229.61
Hex2059774919035c93a1e
Octal40131167111310653117236
Binary1000001011001111011110010011100101101011100100111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205977; }

 p { color: rgb(32,89,119); }

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

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

 a { background-color: rgb(32,89,119); }

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

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

 span { border-color: rgb(32,89,119); }

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