#50536D

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

Shades of East Bay #50536D

Tints of East Bay #50536D

Color information

#50536D (or 0x50536D) is unknown color: approx East Bay. HEX triplet: 50, 53 and 6D. RGB value is (80,83,109). Sum of RGB (Red+Green+Blue) = 80+83+109=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 109 - color contains mainly: blue. Hex color #50536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50536D is #AFAC92. Grayscale: #545454. Windows color (decimal): -11512979 or 7164752. OLE color: 7164752.

HSL color Cylindrical-coordinate representation of color #50536D: hue angle of 233.79º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50536D is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8083109-
CMYK0.270.2400.57
HSL233.79º15.34%37.06%-
HSV(B)233.79º26.61%42.75%-
XYZ9.16915.72-
YUV85.07141.51124.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=29.41%
G=30.51%
B=40.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80831090.270.2400.57233.7915.3437.06
Hex50536D1B18039eaf25
Octal12012315533300713521745
Binary10100001010011110110111011110000111001111010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50536D; }

 p { color: rgb(80,83,109); }

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

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

 a { background-color: rgb(80,83,109); }

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

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

 span { border-color: rgb(80,83,109); }

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