#506C67

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

Shades of William #506C67

Tints of William #506C67

Color information

#506C67 (or 0x506C67) is unknown color: approx William. HEX triplet: 50, 6C and 67. RGB value is (80,108,103). Sum of RGB (Red+Green+Blue) = 80+108+103=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 108 - color contains mainly: green. Hex color #506C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C67 is #AF9398. Grayscale: #636363. Windows color (decimal): -11506585 or 6777936. OLE color: 6777936.

HSL color Cylindrical-coordinate representation of color #506C67: hue angle of 169.29º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #506C67 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB80108103-
CMYK0.2600.050.58
HSL169.29º14.89%36.86%-
HSV(B)169.29º25.93%42.35%-
XYZ11.1213.4114.83-
YUV99.06130.22114.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 108 (42.58% from 255) = 37.11%
BLUE value IS 103 (40.62% from 255) = 35.40%
R=27.49%
G=37.11%
B=35.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal801081030.2600.050.58169.2914.8936.86
Hex506C671A053Aa9f25
Octal1201541473205722511745
Binary101000011011001100111110100101111010101010011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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