#505275

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

Shades of East Bay #505275

Tints of East Bay #505275

Color information

#505275 (or 0x505275) is unknown color: approx East Bay. HEX triplet: 50, 52 and 75. RGB value is (80,82,117). Sum of RGB (Red+Green+Blue) = 80+82+117=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #505275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505275 is #AFAD8A. Grayscale: #555555. Windows color (decimal): -11513227 or 7688784. OLE color: 7688784.

HSL color Cylindrical-coordinate representation of color #505275: hue angle of 236.76º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #505275 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8082117-
CMYK0.320.3000.54
HSL236.76º18.78%38.63%-
HSV(B)236.76º31.62%45.88%-
XYZ9.549.0218.07-
YUV85.39145.84124.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=28.67%
G=29.39%
B=41.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80821170.320.3000.54236.7618.7838.63
Hex505275201E036ed1327
Octal12012216540360663552347
Binary1010000101001011101011000001111001101101110110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505275; }

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

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

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

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

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

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

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

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