#505268

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

Shades of East Bay #505268

Tints of East Bay #505268

Color information

#505268 (or 0x505268) is unknown color: approx East Bay. HEX triplet: 50, 52 and 68. RGB value is (80,82,104). Sum of RGB (Red+Green+Blue) = 80+82+104=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #505268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505268 is #AFAD97. Grayscale: #535353. Windows color (decimal): -11513240 or 6836816. OLE color: 6836816.

HSL color Cylindrical-coordinate representation of color #505268: hue angle of 235º 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 #505268 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8082104-
CMYK0.230.2100.59
HSL235º13.04%36.08%-
HSV(B)235º23.08%40.78%-
XYZ8.828.7414.32-
YUV83.91139.34125.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=30.08%
G=30.83%
B=39.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80821040.230.2100.5923513.0436.08
Hex505268171503Bebd24
Octal12012215027250733531544
Binary10100001010010110100010111101010111011111010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505268; }

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

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

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

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

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

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

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

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