Html Css Color HEX #20556E Orient

📋 copy color: '#20556E'

red 32 ◦ green 85 ◦ blue 110

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

Shades of Orient #20556E

Tints of Orient #20556E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.46%

R = 14.1%
G = 37.44%
B = 48.46%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20556E (or 0x20556E) is known color: Orient. HEX triplet: 20, 55 and 6E. RGB value is (32,85,110). Sum of RGB (Red+Green+Blue) = 32+85+110=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #20556E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20556E is #DFAA91. Grayscale: #474747. Windows color (decimal): -14658194 or 7230752. OLE color: 7230752.

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

Color convert

RGB 32 85 110 -
CMYK 0.71 0.23 0 0.57
HSL 199.23º 0.55% 0.28% -
HSV(B) 199.23º 0.71% 0.43% -
XYZ 6.66 7.93 15.93 -
YUV 72 149.44 99.47 -
System Red Green Blue C M Y K H S L
Decimal 32 85 110 0.71 0.23 0 0.57 199.23 0.55 0.28
Hex 20 55 6E 47 17 0 39 C7 37 1C
Octal 40 125 156 107 27 0 71 307 67 34
Binary 100000 1010101 1101110 1000111 10111 0 111001 11000111 110111 11100

Color Harmonies of #20556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20556E

Black with #20556E

Text Example


Text Example

White with #20556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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