#506763

Color #506763 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #506763

Tints of William #506763

Color information

#506763 (or 0x506763) is unknown color: approx William. HEX triplet: 50, 67 and 63. RGB value is (80,103,99). Sum of RGB (Red+Green+Blue) = 80+103+99=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 103 - color contains mainly: green. Hex color #506763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506763 is #AF989C. Grayscale: #5F5F5F. Windows color (decimal): -11507869 or 6514512. OLE color: 6514512.

HSL color Cylindrical-coordinate representation of color #506763: hue angle of 169.57º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #506763 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB8010399-
CMYK0.2200.040.60
HSL169.57º12.57%35.88%-
HSV(B)169.57º22.33%40.39%-
XYZ10.4112.3113.63-
YUV95.67129.88116.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.37%
GREEN value IS 103 (40.62% from 255) = 36.52%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=28.37%
G=36.52%
B=35.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80103990.2200.040.60169.5712.5735.88
Hex50676316043Caad24
Octal1201471432604742521544
Binary101000011001111100011101100100111100101010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506763; }

 p { color: rgb(80,103,99); }

 H1.HeaderClassName
 {
   color: #506763;
 }
 .AnyTagClassName
 {
   color: #506763;
 }
</style>
background-color css

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

 a { background-color: rgb(80,103,99); }

 div.DivClassName
 {
   background-color: #506763;
 }
 .BgClassName
 {
   background-color: #506763;
 }
</style>
border-color css

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

 span { border-color: rgb(80,103,99); }

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