#20566C

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

Shades of Orient #20566C

Tints of Orient #20566C

Color information

#20566C (or 0x20566C) is unknown color: approx Orient. HEX triplet: 20, 56 and 6C. RGB value is (32,86,108). Sum of RGB (Red+Green+Blue) = 32+86+108=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #20566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20566C is #DFA993. Grayscale: #484848. Windows color (decimal): -14657940 or 7099936. OLE color: 7099936.

HSL color Cylindrical-coordinate representation of color #20566C: hue angle of 197.37º 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 #20566C is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3286108-
CMYK0.700.2000.58
HSL197.37º54.29%27.45%-
HSV(B)197.37º70.37%42.35%-
XYZ6.638.0515.39-
YUV72.36148.1199.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.16%
GREEN value IS 86 (33.98% from 255) = 38.05%
BLUE value IS 108 (42.58% from 255) = 47.79%
R=14.16%
G=38.05%
B=47.79%

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
Decimal32861080.700.2000.58197.3754.2927.45
Hex20566C461403Ac5361b
Octal40126154106240723056633
Binary1000001010110110110010001101010001110101100010111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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