Html Css Color HEX #20565D Teal Blue

📋 copy color: '#20565D'

red 32 ◦ green 86 ◦ blue 93

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

Shades of Teal Blue #20565D

Tints of Teal Blue #20565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.76%

 BLUE value IS 93 (36.72% from 255) = 44.08%

R = 15.17%
G = 40.76%
B = 44.08%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20565D (or 0x20565D) is known color: Teal Blue. HEX triplet: 20, 56 and 5D. RGB value is (32,86,93). Sum of RGB (Red+Green+Blue) = 32+86+93=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #20565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20565D is #DFA9A2. Grayscale: #464646. Windows color (decimal): -14657955 or 6116896. OLE color: 6116896.

HSL color Cylindrical-coordinate representation of color #20565D: hue angle of 186.89º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20565D is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 86 93 -
CMYK 0.66 0.08 0 0.64
HSL 186.89º 0.49% 0.25% -
HSV(B) 186.89º 0.66% 0.36% -
XYZ 5.9 7.75 11.54 -
YUV 70.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 32 86 93 0.66 0.08 0 0.64 186.89 0.49 0.25
Hex 20 56 5D 42 8 0 40 BB 31 19
Octal 40 126 135 102 10 0 100 273 61 31
Binary 100000 1010110 1011101 1000010 1000 0 1000000 10111011 110001 11001

Color Harmonies of #20565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20565D

Black with #20565D

Text Example


Text Example

White with #20565D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,86,93); }

 H1.HeaderClassName
 {
   color: #20565D;
 }
 .AnyTagClassName
 {
   color: #20565D;
 }
</style>

background-color css

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

 a { background-color: rgb(32,86,93); }

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

border-color css

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

 span { border-color: rgb(32,86,93); }

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