#505475

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

Shades of East Bay #505475

Tints of East Bay #505475

Color information

#505475 (or 0x505475) is unknown color: approx East Bay. HEX triplet: 50, 54 and 75. RGB value is (80,84,117). Sum of RGB (Red+Green+Blue) = 80+84+117=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #505475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505475 is #AFAB8A. Grayscale: #565656. Windows color (decimal): -11512715 or 7689296. OLE color: 7689296.

HSL color Cylindrical-coordinate representation of color #505475: hue angle of 233.51º 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 #505475 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8084117-
CMYK0.320.2800.54
HSL233.51º18.78%38.63%-
HSV(B)233.51º31.62%45.88%-
XYZ9.699.3318.12-
YUV86.57145.17123.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 84 (33.20% from 255) = 29.89%
BLUE value IS 117 (46.09% from 255) = 41.64%
R=28.47%
G=29.89%
B=41.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80841170.320.2800.54233.5118.7838.63
Hex505475201C036ea1327
Octal12012416540340663522347
Binary1010000101010011101011000001110001101101110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505475; }

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

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

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

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

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

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

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

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