#506765

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

Shades of William #506765

Tints of William #506765

Color information

#506765 (or 0x506765) is unknown color: approx William. HEX triplet: 50, 67 and 65. RGB value is (80,103,101). Sum of RGB (Red+Green+Blue) = 80+103+101=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 103 - color contains mainly: green. Hex color #506765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506765 is #AF989A. Grayscale: #5F5F5F. Windows color (decimal): -11507867 or 6645584. OLE color: 6645584.

HSL color Cylindrical-coordinate representation of color #506765: hue angle of 174.78º degrees, saturation: 0.13, 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 #506765 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB80103101-
CMYK0.2200.020.60
HSL174.78º12.57%35.88%-
HSV(B)174.78º22.33%40.39%-
XYZ10.5112.3514.14-
YUV95.9130.88116.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=28.17%
G=36.27%
B=35.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal801031010.2200.020.60174.7812.5735.88
Hex50676516023Cafd24
Octal1201471452602742571544
Binary10100001100111110010110110010111100101011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506765; }

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

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

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

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

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

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

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

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