#505476

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

Shades of East Bay #505476

Tints of East Bay #505476

Color information

#505476 (or 0x505476) is unknown color: approx East Bay. HEX triplet: 50, 54 and 76. RGB value is (80,84,118). Sum of RGB (Red+Green+Blue) = 80+84+118=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #505476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505476 is #AFAB89. Grayscale: #565656. Windows color (decimal): -11512714 or 7754832. OLE color: 7754832.

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

Color convert

RGB8084118-
CMYK0.320.2900.54
HSL233.68º19.19%38.82%-
HSV(B)233.68º32.2%46.27%-
XYZ9.759.3518.43-
YUV86.68145.67123.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.37%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=28.37%
G=29.79%
B=41.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80841180.320.2900.54233.6819.1938.82
Hex505476201D036ea1327
Octal12012416640350663522347
Binary1010000101010011101101000001110101101101110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505476; }

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

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

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

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

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

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

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

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