#20556C

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

Shades of Orient #20556C

Tints of Orient #20556C

Color information

#20556C (or 0x20556C) is unknown color: approx Orient. HEX triplet: 20, 55 and 6C. RGB value is (32,85,108). Sum of RGB (Red+Green+Blue) = 32+85+108=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #20556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20556C is #DFAA93. Grayscale: #474747. Windows color (decimal): -14658196 or 7099680. OLE color: 7099680.

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

Color convert

RGB3285108-
CMYK0.700.2100.58
HSL198.16º54.29%27.45%-
HSV(B)198.16º70.37%42.35%-
XYZ6.557.8915.36-
YUV71.77148.4499.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.22%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 108 (42.58% from 255) = 48%
R=14.22%
G=37.78%
B=48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32851080.700.2100.58198.1654.2927.45
Hex20556C461503Ac6361b
Octal40125154106250723066633
Binary1000001010101110110010001101010101110101100011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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