Html Css Color HEX #20566D Orient

📋 copy color: '#20566D'

red 32 ◦ green 86 ◦ blue 109

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

Shades of Orient #20566D

Tints of Orient #20566D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.02%

R = 14.1%
G = 37.89%
B = 48.02%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20566D (or 0x20566D) is known color: Orient. HEX triplet: 20, 56 and 6D. RGB value is (32,86,109). Sum of RGB (Red+Green+Blue) = 32+86+109=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #20566D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20566D is #DFA992. Grayscale: #484848. Windows color (decimal): -14657939 or 7165472. OLE color: 7165472.

HSL color Cylindrical-coordinate representation of color #20566D: hue angle of 197.92º 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 #20566D is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 32 86 109 -
CMYK 0.71 0.21 0 0.57
HSL 197.92º 0.55% 0.28% -
HSV(B) 197.92º 0.71% 0.43% -
XYZ 6.68 8.07 15.67 -
YUV 72.48 148.61 99.13 -
System Red Green Blue C M Y K H S L
Decimal 32 86 109 0.71 0.21 0 0.57 197.92 0.55 0.28
Hex 20 56 6D 47 15 0 39 C6 37 1C
Octal 40 126 155 107 25 0 71 306 67 34
Binary 100000 1010110 1101101 1000111 10101 0 111001 11000110 110111 11100

Color Harmonies of #20566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20566D

Black with #20566D

Text Example


Text Example

White with #20566D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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