Html Css Color HEX #20596B Orient

📋 copy color: '#20596B'

red 32 ◦ green 89 ◦ blue 107

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

Shades of Orient #20596B

Tints of Orient #20596B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 46.93%

R = 14.04%
G = 39.04%
B = 46.93%

CMYK

 C value IS 0.70

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#20596B (or 0x20596B) is known color: Orient. HEX triplet: 20, 59 and 6B. RGB value is (32,89,107). Sum of RGB (Red+Green+Blue) = 32+89+107=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #20596B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20596B is #DFA694. Grayscale: #494949. Windows color (decimal): -14657173 or 7035168. OLE color: 7035168.

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

Color convert

RGB 32 89 107 -
CMYK 0.70 0.17 0 0.58
HSL 194.4º 0.54% 0.27% -
HSV(B) 194.4º 0.7% 0.42% -
XYZ 6.82 8.51 15.19 -
YUV 74.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 32 89 107 0.70 0.17 0 0.58 194.4 0.54 0.27
Hex 20 59 6B 46 11 0 3A C2 36 1B
Octal 40 131 153 106 21 0 72 302 66 33
Binary 100000 1011001 1101011 1000110 10001 0 111010 11000010 110110 11011

Color Harmonies of #20596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20596B

Black with #20596B

Text Example


Text Example

White with #20596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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