#20566B

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

Shades of Orient #20566B

Tints of Orient #20566B

Color information

#20566B (or 0x20566B) is unknown color: approx Orient. HEX triplet: 20, 56 and 6B. RGB value is (32,86,107). Sum of RGB (Red+Green+Blue) = 32+86+107=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #20566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20566B is #DFA994. Grayscale: #484848. Windows color (decimal): -14657941 or 7034400. OLE color: 7034400.

HSL color Cylindrical-coordinate representation of color #20566B: hue angle of 196.8º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20566B is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3286107-
CMYK0.700.2000.58
HSL196.8º53.96%27.25%-
HSV(B)196.8º70.09%41.96%-
XYZ6.588.0215.11-
YUV72.25147.6199.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.22%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=14.22%
G=38.22%
B=47.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32861070.700.2000.58196.853.9627.25
Hex20566B461403Ac5361b
Octal40126153106240723056633
Binary1000001010110110101110001101010001110101100010111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20566B; }

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

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

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

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

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

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

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

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