#205676

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

Shades of Orient #205676

Tints of Orient #205676

Color information

#205676 (or 0x205676) is unknown color: approx Orient. HEX triplet: 20, 56 and 76. RGB value is (32,86,118). Sum of RGB (Red+Green+Blue) = 32+86+118=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #205676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205676 is #DFA989. Grayscale: #494949. Windows color (decimal): -14657930 or 7755296. OLE color: 7755296.

HSL color Cylindrical-coordinate representation of color #205676: hue angle of 202.33º 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 #205676 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3286118-
CMYK0.730.2700.54
HSL202.33º57.33%29.41%-
HSV(B)202.33º72.88%46.27%-
XYZ7.198.2718.36-
YUV73.5153.1198.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.56%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 118 (46.48% from 255) = 50%
R=13.56%
G=36.44%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32861180.730.2700.54202.3357.3329.41
Hex205676491B036ca391d
Octal40126166111330663127135
Binary1000001010110111011010010011101101101101100101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205676; }

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

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

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

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

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

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

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

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