#20586D

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

Shades of Orient #20586D

Tints of Orient #20586D

Color information

#20586D (or 0x20586D) is unknown color: approx Orient. HEX triplet: 20, 58 and 6D. RGB value is (32,88,109). Sum of RGB (Red+Green+Blue) = 32+88+109=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #20586D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20586D is #DFA792. Grayscale: #494949. Windows color (decimal): -14657427 or 7165984. OLE color: 7165984.

HSL color Cylindrical-coordinate representation of color #20586D: hue angle of 196.36º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20586D is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3288109-
CMYK0.710.1900.57
HSL196.36º54.61%27.65%-
HSV(B)196.36º70.64%42.75%-
XYZ6.858.3915.73-
YUV73.65147.9598.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.97%
GREEN value IS 88 (34.77% from 255) = 38.43%
BLUE value IS 109 (42.97% from 255) = 47.60%
R=13.97%
G=38.43%
B=47.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32881090.710.1900.57196.3654.6127.65
Hex20586D4713039c4371c
Octal40130155107230713046734
Binary1000001011000110110110001111001101110011100010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20586D; }

 p { color: rgb(32,88,109); }

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

<style>
 a { background-color: #20586D; }

 a { background-color: rgb(32,88,109); }

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

<style>
 span { border-color: #20586D; }

 span { border-color: rgb(32,88,109); }

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