#20596F

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

Shades of Orient #20596F

Tints of Orient #20596F

Color information

#20596F (or 0x20596F) is unknown color: approx Orient. HEX triplet: 20, 59 and 6F. RGB value is (32,89,111). Sum of RGB (Red+Green+Blue) = 32+89+111=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #20596F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20596F is #DFA690. Grayscale: #4A4A4A. Windows color (decimal): -14657169 or 7297312. OLE color: 7297312.

HSL color Cylindrical-coordinate representation of color #20596F: hue angle of 196.71º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20596F is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3289111-
CMYK0.710.2000.56
HSL196.71º55.24%28.04%-
HSV(B)196.71º71.17%43.53%-
XYZ7.048.616.33-
YUV74.46148.6297.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.79%
GREEN value IS 89 (35.16% from 255) = 38.36%
BLUE value IS 111 (43.75% from 255) = 47.84%
R=13.79%
G=38.36%
B=47.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32891110.710.2000.56196.7155.2428.04
Hex20596F4714038c5371c
Octal40131157107240703056734
Binary1000001011001110111110001111010001110001100010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20596F; }

 p { color: rgb(32,89,111); }

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

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

 a { background-color: rgb(32,89,111); }

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

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

 span { border-color: rgb(32,89,111); }

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