Html Css Color HEX #50706F William

📋 copy color: '#50706F'

red 80 ◦ green 112 ◦ blue 111

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

Shades of William #50706F

Tints of William #50706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.63%

R = 26.4%
G = 36.96%
B = 36.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#50706F (or 0x50706F) is known color: William. HEX triplet: 50, 70 and 6F. RGB value is (80,112,111). Sum of RGB (Red+Green+Blue) = 80+112+111=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #50706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50706F is #AF8F90. Grayscale: #666666. Windows color (decimal): -11505553 or 7303248. OLE color: 7303248.

HSL color Cylindrical-coordinate representation of color #50706F: hue angle of 178.12º 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 #50706F is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 111 -
CMYK 0.29 0 0.01 0.56
HSL 178.13º 0.17% 0.38% -
HSV(B) 178.13º 0.29% 0.44% -
XYZ 11.97 14.44 17.2 -
YUV 102.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 80 112 111 0.29 0 0.01 0.56 178.13 0.17 0.38
Hex 50 70 6F 1D 0 1 38 B2 11 26
Octal 120 160 157 35 0 1 70 262 21 46
Binary 1010000 1110000 1101111 11101 0 1 111000 10110010 10001 100110

Color Harmonies of #50706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50706F

Black with #50706F

Text Example


Text Example

White with #50706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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