#506661

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

Shades of William #506661

Tints of William #506661

Color information

#506661 (or 0x506661) is unknown color: approx William. HEX triplet: 50, 66 and 61. RGB value is (80,102,97). Sum of RGB (Red+Green+Blue) = 80+102+97=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 102 - color contains mainly: green. Hex color #506661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506661 is #AF999E. Grayscale: #5E5E5E. Windows color (decimal): -11508127 or 6383184. OLE color: 6383184.

HSL color Cylindrical-coordinate representation of color #506661: hue angle of 166.36º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #506661 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB8010297-
CMYK0.2200.050.6
HSL166.36º12.09%35.69%-
HSV(B)166.36º21.57%40%-
XYZ10.2212.0713.1-
YUV94.85129.21117.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=28.67%
G=36.56%
B=34.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80102970.2200.050.6166.3612.0935.69
Hex50666116053Ca6c24
Octal1201461412605742461444
Binary101000011001101100001101100101111100101001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506661; }

 p { color: rgb(80,102,97); }

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

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

 a { background-color: rgb(80,102,97); }

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

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

 span { border-color: rgb(80,102,97); }

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