Html Css Color HEX #50706E William

📋 copy color: '#50706E'

red 80 ◦ green 112 ◦ blue 110

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

Shades of William #50706E

Tints of William #50706E

RGB

 RED value IS 80 (31.64% from 255) = 26.49%

 GREEN value IS 112 (44.14% from 255) = 37.09%

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

R = 26.49%
G = 37.09%
B = 36.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#50706E (or 0x50706E) is known color: William. HEX triplet: 50, 70 and 6E. RGB value is (80,112,110). Sum of RGB (Red+Green+Blue) = 80+112+110=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 112 - color contains mainly: green. Hex color #50706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50706E is #AF8F91. Grayscale: #666666. Windows color (decimal): -11505554 or 7237712. OLE color: 7237712.

HSL color Cylindrical-coordinate representation of color #50706E: hue angle of 176.25º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50706E is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 110 -
CMYK 0.29 0 0.02 0.56
HSL 176.25º 0.17% 0.38% -
HSV(B) 176.25º 0.29% 0.44% -
XYZ 11.92 14.42 16.91 -
YUV 102.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 80 112 110 0.29 0 0.02 0.56 176.25 0.17 0.38
Hex 50 70 6E 1D 0 2 38 B0 11 26
Octal 120 160 156 35 0 2 70 260 21 46
Binary 1010000 1110000 1101110 11101 0 10 111000 10110000 10001 100110

Color Harmonies of #50706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50706E

Black with #50706E

Text Example


Text Example

White with #50706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,112,110); }

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

background-color css

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

 a { background-color: rgb(80,112,110); }

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

border-color css

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

 span { border-color: rgb(80,112,110); }

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