#506A64

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

Shades of William #506A64

Tints of William #506A64

Color information

#506A64 (or 0x506A64) is unknown color: approx William. HEX triplet: 50, 6A and 64. RGB value is (80,106,100). Sum of RGB (Red+Green+Blue) = 80+106+100=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 106 - color contains mainly: green. Hex color #506A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A64 is #AF959B. Grayscale: #616161. Windows color (decimal): -11507100 or 6580816. OLE color: 6580816.

HSL color Cylindrical-coordinate representation of color #506A64: hue angle of 166.15º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506A64 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB80106100-
CMYK0.2500.060.58
HSL166.15º13.98%36.47%-
HSV(B)166.15º24.53%41.57%-
XYZ10.7612.9313.99-
YUV97.54129.39115.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 106 (41.80% from 255) = 37.06%
BLUE value IS 100 (39.45% from 255) = 34.97%
R=27.97%
G=37.06%
B=34.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal801061000.2500.060.58166.1513.9836.47
Hex506A6419063Aa6e24
Octal1201521443106722461644
Binary101000011010101100100110010110111010101001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506A64; }

 p { color: rgb(80,106,100); }

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

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

 a { background-color: rgb(80,106,100); }

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

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

 span { border-color: rgb(80,106,100); }

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