Html Css Color HEX #50536A East Bay

📋 copy color: '#50536A'

red 80 ◦ green 83 ◦ blue 106

#50536A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Bay #50536A

Tints of East Bay #50536A

RGB

 RED value IS 80 (31.64% from 255) = 29.74%

 GREEN value IS 83 (32.81% from 255) = 30.86%

 BLUE value IS 106 (41.8% from 255) = 39.41%

R = 29.74%
G = 30.86%
B = 39.41%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50536A (or 0x50536A) is known color: East Bay. HEX triplet: 50, 53 and 6A. RGB value is (80,83,106). Sum of RGB (Red+Green+Blue) = 80+83+106=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 106 - color contains mainly: blue. Hex color #50536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50536A is #AFAC95. Grayscale: #545454. Windows color (decimal): -11512982 or 6968144. OLE color: 6968144.

HSL color Cylindrical-coordinate representation of color #50536A: hue angle of 233.08º 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 #50536A is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 83 106 -
CMYK 0.25 0.22 0 0.58
HSL 233.08º 0.14% 0.36% -
HSV(B) 233.08º 0.25% 0.42% -
XYZ 9 8.93 14.89 -
YUV 84.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 80 83 106 0.25 0.22 0 0.58 233.08 0.14 0.36
Hex 50 53 6A 19 16 0 3A E9 E 24
Octal 120 123 152 31 26 0 72 351 16 44
Binary 1010000 1010011 1101010 11001 10110 0 111010 11101001 1110 100100

Color Harmonies of #50536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50536A

Black with #50536A

Text Example


Text Example

White with #50536A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50536A;
 }
 .AnyTagClassName
 {
   color: #50536A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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