#20576C

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

Shades of Orient #20576C

Tints of Orient #20576C

Color information

#20576C (or 0x20576C) is unknown color: approx Orient. HEX triplet: 20, 57 and 6C. RGB value is (32,87,108). Sum of RGB (Red+Green+Blue) = 32+87+108=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #20576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20576C is #DFA893. Grayscale: #484848. Windows color (decimal): -14657684 or 7100192. OLE color: 7100192.

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

Color convert

RGB3287108-
CMYK0.700.1900.58
HSL196.58º54.29%27.45%-
HSV(B)196.58º70.37%42.35%-
XYZ6.718.2115.42-
YUV72.95147.7898.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.10%
GREEN value IS 87 (34.38% from 255) = 38.33%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=14.10%
G=38.33%
B=47.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32871080.700.1900.58196.5854.2927.45
Hex20576C461303Ac5361b
Octal40127154106230723056633
Binary1000001010111110110010001101001101110101100010111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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