#506562

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

Shades of William #506562

Tints of William #506562

Color information

#506562 (or 0x506562) is unknown color: approx William. HEX triplet: 50, 65 and 62. RGB value is (80,101,98). Sum of RGB (Red+Green+Blue) = 80+101+98=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 101 - color contains mainly: green. Hex color #506562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506562 is #AF9A9D. Grayscale: #5E5E5E. Windows color (decimal): -11508382 or 6448464. OLE color: 6448464.

HSL color Cylindrical-coordinate representation of color #506562: hue angle of 171.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #506562 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB8010198-
CMYK0.2100.030.60
HSL171.43º11.6%35.49%-
HSV(B)171.43º20.79%39.61%-
XYZ10.1711.8913.32-
YUV94.38130.04117.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=28.67%
G=36.20%
B=35.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80101980.2100.030.60171.4311.635.49
Hex50656215033Cabc23
Octal1201451422503742531443
Binary10100001100101110001010101011111100101010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506562; }

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

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

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

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

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

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

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

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