Html Css Color HEX #20566E Orient

📋 copy color: '#20566E'

red 32 ◦ green 86 ◦ blue 110

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

Shades of Orient #20566E

Tints of Orient #20566E

RGB

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

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

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

R = 14.04%
G = 37.72%
B = 48.25%

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

#20566E (or 0x20566E) is known color: Orient. HEX triplet: 20, 56 and 6E. RGB value is (32,86,110). Sum of RGB (Red+Green+Blue) = 32+86+110=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #20566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20566E is #DFA991. Grayscale: #484848. Windows color (decimal): -14657938 or 7231008. OLE color: 7231008.

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

Color convert

RGB 32 86 110 -
CMYK 0.71 0.22 0 0.57
HSL 198.46º 0.55% 0.28% -
HSV(B) 198.46º 0.71% 0.43% -
XYZ 6.74 8.09 15.96 -
YUV 72.59 149.11 99.05 -
System Red Green Blue C M Y K H S L
Decimal 32 86 110 0.71 0.22 0 0.57 198.46 0.55 0.28
Hex 20 56 6E 47 16 0 39 C6 37 1C
Octal 40 126 156 107 26 0 71 306 67 34
Binary 100000 1010110 1101110 1000111 10110 0 111001 11000110 110111 11100

Color Harmonies of #20566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20566E

Black with #20566E

Text Example


Text Example

White with #20566E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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