#506866

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

Shades of William #506866

Tints of William #506866

Color information

#506866 (or 0x506866) is unknown color: approx William. HEX triplet: 50, 68 and 66. RGB value is (80,104,102). Sum of RGB (Red+Green+Blue) = 80+104+102=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 104 - color contains mainly: green. Hex color #506866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506866 is #AF9799. Grayscale: #606060. Windows color (decimal): -11507610 or 6711376. OLE color: 6711376.

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

Color convert

RGB80104102-
CMYK0.2300.020.59
HSL175º13.04%36.08%-
HSV(B)175º23.08%40.78%-
XYZ10.6612.5714.43-
YUV96.6131.05116.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 102 (40.23% from 255) = 35.66%
R=27.97%
G=36.36%
B=35.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal801041020.2300.020.5917513.0436.08
Hex50686617023Bafd24
Octal1201501462702732571544
Binary10100001101000110011010111010111011101011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506866; }

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

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

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

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

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

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

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

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