#506762

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

Shades of William #506762

Tints of William #506762

Color information

#506762 (or 0x506762) is unknown color: approx William. HEX triplet: 50, 67 and 62. RGB value is (80,103,98). Sum of RGB (Red+Green+Blue) = 80+103+98=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 103 - color contains mainly: green. Hex color #506762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506762 is #AF989D. Grayscale: #5F5F5F. Windows color (decimal): -11507870 or 6448976. OLE color: 6448976.

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

Color convert

RGB8010398-
CMYK0.2200.050.60
HSL166.96º12.57%35.88%-
HSV(B)166.96º22.33%40.39%-
XYZ10.3612.2913.38-
YUV95.55129.38116.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=28.47%
G=36.65%
B=34.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80103980.2200.050.60166.9612.5735.88
Hex50676216053Ca7d24
Octal1201471422605742471544
Binary101000011001111100010101100101111100101001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506762; }

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

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

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

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

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

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

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

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