#506968

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

Shades of William #506968

Tints of William #506968

Color information

#506968 (or 0x506968) is unknown color: approx William. HEX triplet: 50, 69 and 68. RGB value is (80,105,104). Sum of RGB (Red+Green+Blue) = 80+105+104=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 105 - color contains mainly: green. Hex color #506968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506968 is #AF9697. Grayscale: #616161. Windows color (decimal): -11507352 or 6842704. OLE color: 6842704.

HSL color Cylindrical-coordinate representation of color #506968: hue angle of 177.6º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #506968 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB80105104-
CMYK0.2400.010.59
HSL177.6º13.51%36.27%-
HSV(B)177.6º23.81%41.18%-
XYZ10.8612.8115-
YUV97.41131.72115.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=27.68%
G=36.33%
B=35.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal801051040.2400.010.59177.613.5136.27
Hex50696818013Bb2e24
Octal1201511503001732621644
Binary1010000110100111010001100001111011101100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506968; }

 p { color: rgb(80,105,104); }

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

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

 a { background-color: rgb(80,105,104); }

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

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

 span { border-color: rgb(80,105,104); }

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