#505679

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

Shades of East Bay #505679

Tints of East Bay #505679

Color information

#505679 (or 0x505679) is unknown color: approx East Bay. HEX triplet: 50, 56 and 79. RGB value is (80,86,121). Sum of RGB (Red+Green+Blue) = 80+86+121=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 121 - color contains mainly: blue. Hex color #505679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505679 is #AFA986. Grayscale: #585858. Windows color (decimal): -11512199 or 7951952. OLE color: 7951952.

HSL color Cylindrical-coordinate representation of color #505679: hue angle of 231.22º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #505679 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8086121-
CMYK0.340.2900.53
HSL231.22º20.4%39.41%-
HSV(B)231.22º33.88%47.45%-
XYZ10.099.7419.44-
YUV88.2146.51122.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 121 (47.66% from 255) = 42.16%
R=27.87%
G=29.97%
B=42.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80861210.340.2900.53231.2220.439.41
Hex505679221D035e71427
Octal12012617142350653472447
Binary1010000101011011110011000101110101101011110011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505679; }

 p { color: rgb(80,86,121); }

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

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

 a { background-color: rgb(80,86,121); }

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

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

 span { border-color: rgb(80,86,121); }

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