Html Css Color HEX #50596F East Bay

📋 copy color: '#50596F'

red 80 ◦ green 89 ◦ blue 111

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

Shades of East Bay #50596F

Tints of East Bay #50596F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.64%

R = 28.57%
G = 31.79%
B = 39.64%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50596F (or 0x50596F) is known color: East Bay. HEX triplet: 50, 59 and 6F. RGB value is (80,89,111). Sum of RGB (Red+Green+Blue) = 80+89+111=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 111 - color contains mainly: blue. Hex color #50596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50596F is #AFA690. Grayscale: #585858. Windows color (decimal): -11511441 or 7297360. OLE color: 7297360.

HSL color Cylindrical-coordinate representation of color #50596F: hue angle of 222.58º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50596F is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 89 111 -
CMYK 0.28 0.20 0 0.56
HSL 222.58º 0.16% 0.37% -
HSV(B) 222.58º 0.28% 0.44% -
XYZ 9.75 10 16.45 -
YUV 88.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 80 89 111 0.28 0.20 0 0.56 222.58 0.16 0.37
Hex 50 59 6F 1C 14 0 38 DF 10 25
Octal 120 131 157 34 24 0 70 337 20 45
Binary 1010000 1011001 1101111 11100 10100 0 111000 11011111 10000 100101

Color Harmonies of #50596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50596F

Black with #50596F

Text Example


Text Example

White with #50596F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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