#50526A

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

Shades of East Bay #50526A

Tints of East Bay #50526A

Color information

#50526A (or 0x50526A) is unknown color: approx East Bay. HEX triplet: 50, 52 and 6A. RGB value is (80,82,106). Sum of RGB (Red+Green+Blue) = 80+82+106=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 106 - color contains mainly: blue. Hex color #50526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50526A is #AFAD95. Grayscale: #545454. Windows color (decimal): -11513238 or 6967888. OLE color: 6967888.

HSL color Cylindrical-coordinate representation of color #50526A: hue angle of 235.38º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50526A is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8082106-
CMYK0.250.2300.58
HSL235.38º13.98%36.47%-
HSV(B)235.38º24.53%41.57%-
XYZ8.938.7814.86-
YUV84.14140.34125.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 106 (41.80% from 255) = 39.55%
R=29.85%
G=30.60%
B=39.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80821060.250.2300.58235.3813.9836.47
Hex50526A191703Aebe24
Octal12012215231270723531644
Binary10100001010010110101011001101110111010111010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50526A; }

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

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

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

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

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

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

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

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