#505263

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

Shades of East Bay #505263

Tints of East Bay #505263

Color information

#505263 (or 0x505263) is unknown color: approx East Bay. HEX triplet: 50, 52 and 63. RGB value is (80,82,99). Sum of RGB (Red+Green+Blue) = 80+82+99=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #505263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505263 is #AFAD9C. Grayscale: #535353. Windows color (decimal): -11513245 or 6509136. OLE color: 6509136.

HSL color Cylindrical-coordinate representation of color #505263: hue angle of 233.68º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #505263 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB808299-
CMYK0.190.1700.61
HSL233.68º10.61%35.1%-
HSV(B)233.68º19.19%38.82%-
XYZ8.588.6413.02-
YUV83.34136.84125.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 82 (32.42% from 255) = 31.42%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=30.65%
G=31.42%
B=37.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8082990.190.1700.61233.6810.6135.1
Hex505263131103Deab23
Octal12012214323210753521343
Binary10100001010010110001110011100010111101111010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505263; }

 p { color: rgb(80,82,99); }

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

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

 a { background-color: rgb(80,82,99); }

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

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

 span { border-color: rgb(80,82,99); }

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