Html Css Color HEX #50596B East Bay

📋 copy color: '#50596B'

red 80 ◦ green 89 ◦ blue 107

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

Shades of East Bay #50596B

Tints of East Bay #50596B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.25%

 BLUE value IS 107 (42.19% from 255) = 38.77%

R = 28.99%
G = 32.25%
B = 38.77%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50596B (or 0x50596B) is known color: East Bay. HEX triplet: 50, 59 and 6B. RGB value is (80,89,107). Sum of RGB (Red+Green+Blue) = 80+89+107=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 107 - color contains mainly: blue. Hex color #50596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50596B is #AFA694. Grayscale: #585858. Windows color (decimal): -11511445 or 7035216. OLE color: 7035216.

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

Color convert

RGB 80 89 107 -
CMYK 0.25 0.17 0 0.58
HSL 220º 0.14% 0.37% -
HSV(B) 220º 0.25% 0.42% -
XYZ 9.53 9.91 15.32 -
YUV 88.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 80 89 107 0.25 0.17 0 0.58 220 0.14 0.37
Hex 50 59 6B 19 11 0 3A DC E 25
Octal 120 131 153 31 21 0 72 334 16 45
Binary 1010000 1011001 1101011 11001 10001 0 111010 11011100 1110 100101

Color Harmonies of #50596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50596B

Black with #50596B

Text Example


Text Example

White with #50596B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50596B; }

 p { color: rgb(80,89,107); }

 H1.HeaderClassName
 {
   color: #50596B;
 }
 .AnyTagClassName
 {
   color: #50596B;
 }
</style>

background-color css

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

 a { background-color: rgb(80,89,107); }

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

border-color css

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

 span { border-color: rgb(80,89,107); }

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