Html Css Color HEX #50596D East Bay

📋 copy color: '#50596D'

red 80 ◦ green 89 ◦ blue 109

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

Shades of East Bay #50596D

Tints of East Bay #50596D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 28.78%
G = 32.01%
B = 39.21%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50596D (or 0x50596D) is known color: East Bay. HEX triplet: 50, 59 and 6D. RGB value is (80,89,109). Sum of RGB (Red+Green+Blue) = 80+89+109=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #50596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50596D is #AFA692. Grayscale: #585858. Windows color (decimal): -11511443 or 7166288. OLE color: 7166288.

HSL color Cylindrical-coordinate representation of color #50596D: hue angle of 221.38º 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 #50596D is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 89 109 -
CMYK 0.27 0.18 0 0.57
HSL 221.38º 0.15% 0.37% -
HSV(B) 221.38º 0.27% 0.43% -
XYZ 9.64 9.95 15.88 -
YUV 88.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 80 89 109 0.27 0.18 0 0.57 221.38 0.15 0.37
Hex 50 59 6D 1B 12 0 39 DD F 25
Octal 120 131 155 33 22 0 71 335 17 45
Binary 1010000 1011001 1101101 11011 10010 0 111001 11011101 1111 100101

Color Harmonies of #50596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50596D

Black with #50596D

Text Example


Text Example

White with #50596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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