Html Css Color HEX #20596C Orient

📋 copy color: '#20596C'

red 32 ◦ green 89 ◦ blue 108

#20596C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #20596C

Tints of Orient #20596C

RGB

 RED value IS 32 (12.89% from 255) = 13.97%

 GREEN value IS 89 (35.16% from 255) = 38.86%

 BLUE value IS 108 (42.58% from 255) = 47.16%

R = 13.97%
G = 38.86%
B = 47.16%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#20596C (or 0x20596C) is known color: Orient. HEX triplet: 20, 59 and 6C. RGB value is (32,89,108). Sum of RGB (Red+Green+Blue) = 32+89+108=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #20596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20596C is #DFA693. Grayscale: #494949. Windows color (decimal): -14657172 or 7100704. OLE color: 7100704.

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

Color convert

RGB 32 89 108 -
CMYK 0.70 0.18 0 0.58
HSL 195º 0.54% 0.27% -
HSV(B) 195º 0.7% 0.42% -
XYZ 6.87 8.53 15.47 -
YUV 74.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 32 89 108 0.70 0.18 0 0.58 195 0.54 0.27
Hex 20 59 6C 46 12 0 3A C3 36 1B
Octal 40 131 154 106 22 0 72 303 66 33
Binary 100000 1011001 1101100 1000110 10010 0 111010 11000011 110110 11011

Color Harmonies of #20596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20596C

Black with #20596C

Text Example


Text Example

White with #20596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20596C;
 }
 .AnyTagClassName
 {
   color: #20596C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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