#506A68

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

Shades of William #506A68

Tints of William #506A68

Color information

#506A68 (or 0x506A68) is unknown color: approx William. HEX triplet: 50, 6A and 68. RGB value is (80,106,104). Sum of RGB (Red+Green+Blue) = 80+106+104=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 106 - color contains mainly: green. Hex color #506A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A68 is #AF9597. Grayscale: #616161. Windows color (decimal): -11507096 or 6842960. OLE color: 6842960.

HSL color Cylindrical-coordinate representation of color #506A68: hue angle of 175.38º 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 #506A68 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB80106104-
CMYK0.2500.020.58
HSL175.38º13.98%36.47%-
HSV(B)175.38º24.53%41.57%-
XYZ10.9613.0115.03-
YUV98131.39115.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 106 (41.80% from 255) = 36.55%
BLUE value IS 104 (41.02% from 255) = 35.86%
R=27.59%
G=36.55%
B=35.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal801061040.2500.020.58175.3813.9836.47
Hex506A6819023Aafe24
Octal1201521503102722571644
Binary10100001101010110100011001010111010101011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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