Html Css Color HEX #506863 William

📋 copy color: '#506863'

red 80 ◦ green 104 ◦ blue 99

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

Shades of William #506863

Tints of William #506863

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.75%

 BLUE value IS 99 (39.06% from 255) = 34.98%

R = 28.27%
G = 36.75%
B = 34.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#506863 (or 0x506863) is known color: William. HEX triplet: 50, 68 and 63. RGB value is (80,104,99). Sum of RGB (Red+Green+Blue) = 80+104+99=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 104 - color contains mainly: green. Hex color #506863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506863 is #AF979C. Grayscale: #606060. Windows color (decimal): -11507613 or 6514768. OLE color: 6514768.

HSL color Cylindrical-coordinate representation of color #506863: hue angle of 167.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #506863 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 99 -
CMYK 0.23 0 0.05 0.59
HSL 167.5º 0.13% 0.36% -
HSV(B) 167.5º 0.23% 0.41% -
XYZ 10.51 12.51 13.66 -
YUV 96.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 80 104 99 0.23 0 0.05 0.59 167.5 0.13 0.36
Hex 50 68 63 17 0 5 3B A8 D 24
Octal 120 150 143 27 0 5 73 250 15 44
Binary 1010000 1101000 1100011 10111 0 101 111011 10101000 1101 100100

Color Harmonies of #506863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506863

Black with #506863

Text Example


Text Example

White with #506863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506863; }

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

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

background-color css

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

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

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

border-color css

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

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

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