Html Css Color HEX #20556D Orient

📋 copy color: '#20556D'

red 32 ◦ green 85 ◦ blue 109

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

Shades of Orient #20556D

Tints of Orient #20556D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.61%

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

R = 14.16%
G = 37.61%
B = 48.23%

CMYK

 C value IS 0.71

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20556D (or 0x20556D) is known color: Orient. HEX triplet: 20, 55 and 6D. RGB value is (32,85,109). Sum of RGB (Red+Green+Blue) = 32+85+109=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #20556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20556D is #DFAA92. Grayscale: #474747. Windows color (decimal): -14658195 or 7165216. OLE color: 7165216.

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

Color convert

RGB 32 85 109 -
CMYK 0.71 0.22 0 0.57
HSL 198.7º 0.55% 0.28% -
HSV(B) 198.7º 0.71% 0.43% -
XYZ 6.6 7.91 15.65 -
YUV 71.89 148.94 99.55 -
System Red Green Blue C M Y K H S L
Decimal 32 85 109 0.71 0.22 0 0.57 198.7 0.55 0.28
Hex 20 55 6D 47 16 0 39 C7 37 1C
Octal 40 125 155 107 26 0 71 307 67 34
Binary 100000 1010101 1101101 1000111 10110 0 111001 11000111 110111 11100

Color Harmonies of #20556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20556D

Black with #20556D

Text Example


Text Example

White with #20556D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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