#506C6A

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

Shades of William #506C6A

Tints of William #506C6A

Color information

#506C6A (or 0x506C6A) is unknown color: approx William. HEX triplet: 50, 6C and 6A. RGB value is (80,108,106). Sum of RGB (Red+Green+Blue) = 80+108+106=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 108 - color contains mainly: green. Hex color #506C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C6A is #AF9395. Grayscale: #636363. Windows color (decimal): -11506582 or 6974544. OLE color: 6974544.

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

Color convert

RGB80108106-
CMYK0.2600.020.58
HSL175.71º14.89%36.86%-
HSV(B)175.71º25.93%42.35%-
XYZ11.2713.4715.64-
YUV99.4131.72114.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.21%
GREEN value IS 108 (42.58% from 255) = 36.73%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=27.21%
G=36.73%
B=36.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal801081060.2600.020.58175.7114.8936.86
Hex506C6A1A023Ab0f25
Octal1201541523202722601745
Binary10100001101100110101011010010111010101100001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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